Skip to content

Commit

Permalink
pinned pandas to 2.2 because pandas=2.1 causes a mysterious error in …
Browse files Browse the repository at this point in the history
…the residence time calculations.
  • Loading branch information
orionarcher committed Feb 12, 2024
1 parent 514472c commit 964cf85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords = [

dependencies = [
'numpy>=1.20.0',
'pandas<2.1',
'pandas>=2.2',
'mdanalysis>=2.0.0',
'pytest',
'matplotlib',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools
numpy>=1.20.0
pandas<2.1
pandas>=2.2
mdanalysis>=2.0.0
pytest
pathlib
Expand Down

0 comments on commit 964cf85

Please sign in to comment.