Skip to content

Commit

Permalink
Merge pull request #270 from rs-station/renovate/pandas-2.x
Browse files Browse the repository at this point in the history
Update dependency pandas to >=2.2.2, <=2.2.3
  • Loading branch information
JBGreisman authored Sep 21, 2024
2 parents f276767 + aebd658 commit ceae60e
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 @@ -75,7 +75,7 @@ def getVersionNumber():
python_requires=">=3.9",
install_requires=[
"gemmi>=0.5.5, <=0.6.7",
"pandas>=2.2.2, <=2.2.2",
"pandas>=2.2.2, <=2.2.3",
"numpy",
"scipy",
"ipython",
Expand Down

0 comments on commit ceae60e

Please sign in to comment.