Skip to content

Commit

Permalink
relax dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Oct 10, 2024
1 parent 938dc19 commit 301df81
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 @@ -15,12 +15,12 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
numpy = "^1.20.0"
numpy = ">=1.20.0,<3"
pandas = ">1.3.0,<3.0.0"
networkx = ">=2.8,<4"
pyham = "^1.1.11"
ete3 = "^3.1.2"
pyoma = {version = "^0.13.3", optional = true}
pyoma = {version = ">=0.13.3", optional = true}

[tool.poetry.extras]
oma = ["pyoma"]
Expand Down

0 comments on commit 301df81

Please sign in to comment.