Skip to content

Commit

Permalink
trying to update dependencies with less restrictive versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Aug 13, 2024
1 parent e3199b1 commit 1276e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
numpy = "^1.20.0"
pandas = ">1.3.0,<2.0.0"
networkx = "^2.8"
pandas = ">1.3.0,<3.0.0"
networkx = ">=2.8,<4"
pyham = "^1.1.11"
ete3 = "^3.1.2"
pyoma = "^0.13.1"
Expand Down

0 comments on commit 1276e30

Please sign in to comment.