-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop python 3.7; fix Mac OS CI jobs (#210)
* update setup-python action to v4 * drop 3.7 * bump statsmodels minimum for py3.8 compat * and numpy * update setup.py * whatsnew
- Loading branch information
1 parent
8efa87d
commit 17ed48d
Showing
4 changed files
with
38 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.. _whatsnew_021: | ||
|
||
0.2.1 (not yet released) | ||
------------------------ | ||
|
||
|
||
Enhancements | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Bug Fixes | ||
~~~~~~~~~ | ||
|
||
|
||
Requirements | ||
~~~~~~~~~~~~ | ||
* Minimum python advanced to 3.8. (:pull:`210`) | ||
* Minimum statsmodels advanced to 0.10.0 and numpy to 1.17.0. (:pull:`210`) | ||
|
||
Documentation | ||
~~~~~~~~~~~~~ | ||
|
||
|
||
Testing | ||
~~~~~~~ | ||
|
||
|
||
|
||
Contributors | ||
~~~~~~~~~~~~ |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
numpy~=1.16.0 | ||
numpy~=1.17.0 | ||
pandas~=1.0.0 | ||
pvlib~=0.9.4 | ||
scipy~=1.6.0 | ||
statsmodels~=0.9.0 | ||
statsmodels~=0.10.0 | ||
scikit-image~=0.16.0 |
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