Skip to content

Commit eb6fbde

Browse files
committed
update minimum dependency versions
1 parent 70c186d commit eb6fbde

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements-min.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
numpy~=1.17.0
2-
pandas~=1.0.0
1+
numpy~=1.20.0
2+
pandas~=1.2.0
33
pvlib~=0.9.4
44
scipy~=1.6.0
5-
statsmodels~=0.10.0
6-
scikit-image~=0.16.0
5+
statsmodels~=0.13.0
6+
scikit-image~=0.18.0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
]
3434

3535
INSTALL_REQUIRES = [
36-
'numpy >= 1.17.0',
37-
'pandas >= 1.0.0, != 1.1.*',
36+
'numpy >= 1.20.0',
37+
'pandas >= 1.2.0',
3838
'pvlib >= 0.9.4',
3939
'scipy >= 1.6.0',
40-
'statsmodels >= 0.10.0',
41-
'scikit-image >= 0.16.0',
40+
'statsmodels >= 0.13.0',
41+
'scikit-image >= 0.18.0',
4242
'importlib-metadata; python_version < "3.8"',
4343
]
4444

0 commit comments

Comments
 (0)