Skip to content

Commit

Permalink
Update setup.py to support Pandas 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGreisman committed Jul 8, 2021
1 parent 03cf291 commit f803979
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 @@ -72,7 +72,7 @@ def getVersionNumber():
python_requires=">3.6",
install_requires=[
"gemmi >= 0.4.2",
"pandas >= 1.2.0, < 1.3",
"pandas >= 1.2.0, <= 1.3.0",
"numpy",
"scipy",
"ipython",
Expand Down

0 comments on commit f803979

Please sign in to comment.