forked from WISDEM/WEIS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a36b5e
commit 7d97af9
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
EMAIL = '[email protected]' | ||
AUTHOR = 'NREL National Wind Technology Center' | ||
REQUIRES_PYTHON = '>=3.4' | ||
VERSION = '2.2.0' | ||
VERSION = '2.3.0' | ||
|
||
# These packages are required for all of the code to be executed. | ||
# - Maybe you can get away with older versions... | ||
|
@@ -52,6 +52,7 @@ | |
'scipy', | ||
'pyYAML', | ||
'future', | ||
'pandas' | ||
] | ||
|
||
# Read the docs, one day, so we'll throw it in here! | ||
|