Skip to content

Commit

Permalink
Update dependency pandas to >=2.0.0, <=2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent 9fe3dcd commit 91ae77d
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.7",
install_requires=[
"gemmi>=0.5.5, <=0.6.5",
"pandas>=2.0.0, <=2.1.4",
"pandas>=2.0.0, <=2.2.0",
"numpy",
"scipy",
"ipython",
Expand Down

0 comments on commit 91ae77d

Please sign in to comment.