Skip to content

Commit a7f151b

Browse files
author
Sylvain MARIE
committed
Fixed issue with python 3.5 numpy/pandas versions conflict
1 parent cc2f9f4 commit a7f151b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ setup_requires =
3232
setuptools_scm
3333
install_requires =
3434
# otherwise pyitlib leads to dtype assertion errors with int32/int64
35-
numpy>=1.16.6
35+
numpy>=1.15
3636
# for some reason on conda 3.5 pandas 0.24+ does not install
37-
pandas>=0.22
37+
pandas>=0.21
3838
pyitlib
3939
pathlib2;python_version<'3.2'
4040
tests_require =

0 commit comments

Comments
 (0)