Skip to content

Commit

Permalink
Merge pull request #121 from Hekstra-Lab/renovate/pandas-1.x
Browse files Browse the repository at this point in the history
Update dependency pandas to >=1.2.0, <=1.3.5
  • Loading branch information
JBGreisman committed Dec 12, 2021
2 parents 3f1061a + 0a49041 commit 197d919
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 @@ -74,7 +74,7 @@ def getVersionNumber():
python_requires=">3.7",
install_requires=[
"gemmi>=0.4.2, <=0.5.1",
"pandas>=1.2.0, <=1.3.4",
"pandas>=1.2.0, <=1.3.5",
"numpy",
"scipy",
"ipython",
Expand Down

0 comments on commit 197d919

Please sign in to comment.