Skip to content

Commit

Permalink
Merge pull request #200 from kyocum/fix/new-lib-versions
Browse files Browse the repository at this point in the history
Move pandas and numpy libraries forward
  • Loading branch information
kyocum authored Apr 18, 2022
2 parents 3d8bfec + 9261067 commit 7d6a1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
install_requires=[
'boto3>=1.14.49,<2.0',
'termcolor>=1.1.0,<2.0',
'pandas>=0.25.3,<=1.2.0',
'numpy>=1.18.1,<=1.21.1',
'pandas>=0.25.3,<=1.4.2',
'numpy>=1.18.1,<=1.22.3',
'sqlalchemy>=1.3.13,<1.4',
'protobuf>=3.11.2,<4.0',
'six>=1.13.0,<=1.15',
Expand Down

0 comments on commit 7d6a1d5

Please sign in to comment.