Skip to content

Commit

Permalink
further try...
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed May 16, 2024
1 parent 809a367 commit 738ac74
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,12 @@ numpy = [
{ version = "^1.26", python = ">=3.9" },
{ version = "^1.24", python = "<3.9" }
]
scipy = [
{ version = "^1.12.0", python = ">=3.12" },
{ version = "^1.8.0", python = "<3.12" }
]
scipy = "^1.8.0"
networkx = "^2.6.1"
pandas = "^1.3.1"
typing-extensions = "^4.1.0"
pydantic = "^1.10.2"
scikit-image = [
{ version = ">=0.19.3,<1.0.0", python = "<3.11" },
{ version = ">=0.20.0,<1.0.0", python = ">=3.11" }
]
scikit-image = ">=0.19.3,<1.0.0"
pooch = "^1.6.0"
scikit-learn = "^1.3.1"

Expand Down

0 comments on commit 738ac74

Please sign in to comment.