Skip to content

Commit

Permalink
markers weird py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 20, 2024
1 parent 9cbe714 commit a5390fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build = "build.py"
cmake = ">=3.18.0,<3.19.0"
importlib-metadata = ">=4.4,<5.0"
numpy = ">=1.18.0,<2.0.0"
python = ">=3.7,<3.12"
python = ">=3.8,<3.12"

tensorflow = [
{ version = ">=2.4.0,<2.5.0", markers = "python_version >= '3.7' and python_version < '3.8'" },
Expand Down

0 comments on commit a5390fe

Please sign in to comment.