Skip to content

Commit

Permalink
set looser dependencies for np / tf / py v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 18, 2024
1 parent 55005cc commit 7406902
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 @@ -23,8 +23,8 @@ build = "build.py"
cmake = "~3.18.0"
importlib-metadata = ">=4.4,<5.0"
numpy = ">=1.21.0"
python = ">=3.8,<3.12"
tensorflow = ">=2.4,<=2.12"
python = ">=3.8,<3.11"
tensorflow = ">=2.4,<=2.10"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 7406902

Please sign in to comment.