Skip to content

Commit

Permalink
Fixed issue with python 3.5 numpy/pandas versions conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Mar 18, 2021
1 parent cc2f9f4 commit a7f151b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ setup_requires =
setuptools_scm
install_requires =
# otherwise pyitlib leads to dtype assertion errors with int32/int64
numpy>=1.16.6
numpy>=1.15
# for some reason on conda 3.5 pandas 0.24+ does not install
pandas>=0.22
pandas>=0.21
pyitlib
pathlib2;python_version<'3.2'
tests_require =
Expand Down

0 comments on commit a7f151b

Please sign in to comment.