Skip to content

Commit

Permalink
Lower pandas version constrain to work with py36
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhedong committed Apr 27, 2022
1 parent e9ecdc8 commit a433c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
license='Apache 2.0',
include_package_data=True,
install_requires=[
'pandas>=1.3.3', 'pyyaml>=5.4.1', 'numpy>=1.17.3', 'scipy>=1.4.1'
'pandas>=1.0', 'pyyaml>=5.4.1', 'numpy>=1.17.3', 'scipy>=1.4.1'
],
)

0 comments on commit a433c52

Please sign in to comment.