Skip to content

Commit

Permalink
updated pandas dependency version range
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma authored Aug 16, 2024
1 parent e8d6dc5 commit 065d66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python = "^3.10"
python-libsbml = "^5.20.2"
toml = "^0.10.2"
rich = "^13.7.1"
pandas = "^2.2.2"
pandas = ">=2.0,<2.2.2"
pydantic = "^2.7.4"
loguru = "^0.7.2"
rdflib = "7.0.0"
Expand Down

0 comments on commit 065d66c

Please sign in to comment.