Skip to content

Commit

Permalink
change poetry build
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 22, 2024
1 parent f76fdb4 commit a97cb91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "markovflow"}]
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
tensorflow = [
{ version = ">=2.4.0,<2.5.0", markers = "python_version >= '3.7' and python_version < '3.8'" },
{ version = ">=2.4.0,<2.7.0", markers = "python_version >= '3.7' and python_version < '3.8'" },
{ version = ">=2.4.0,<2.7.0", markers = "python_version >= '3.8' and python_version < '3.9'" },
{ version = ">=2.5.0,<2.7.0", markers = "python_version >= '3.9' and python_version < '3.10'" },
{ version = ">=2.7.0,<2.9.0", markers = "python_version >= '3.10' and python_version < '3.11'" },
Expand Down

0 comments on commit a97cb91

Please sign in to comment.