Skip to content

Commit

Permalink
set looser dependencies for np / tf / py
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 18, 2024
1 parent ad19bb3 commit 2b980ca
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@ build = "build.py"
[tool.poetry.dependencies]
cmake = "~3.18.0"
importlib-metadata = ">=4.4,<5.0"
numpy = "^1.21.0"
python = "^3.8 || ^3.9 || ^3.10 || ^3.11 || ^3.12"
tensorflow = [
{ version = "^2.4", markers = "python_version == '3.8' and python_version < '3.10'" },
{ version = "^2.7", markers = "python_version == '3.10'" },
{ version = "^2.9", markers = "python_version == '3.11'" },
{ version = "^2.12", markers = "python_version == '3.12'" }
]
numpy = ">=1.21.0"
python = ">=3.8,<=3.12"
tensorflow = ">=2.4,<=2.12"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 2b980ca

Please sign in to comment.