Skip to content

Commit

Permalink
bump torch, revert to save
Browse files Browse the repository at this point in the history
  • Loading branch information
swashko committed Jul 25, 2024
1 parent e23bca2 commit 1d0a35b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 127 deletions.
169 changes: 51 additions & 118 deletions poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ h5py = { version = "^3.9.0", optional = true }

# TODO: Add py3.12 once TF release supports
tensorflow = { version = "^2.16.2", optional = true }
tensorflow-macos = { version = "^2.16.2", platform = "darwin", optional = true }

[tool.poetry.extras]
tensorflow = ["tensorflow", "tensorflow-macos"]
tensorflow = ["tensorflow"]
h5py = ["h5py"]

[tool.poetry.group.test.dependencies]
Expand All @@ -35,7 +34,7 @@ requests = "^2.31.0"
aiohttp = "^3.8.5"
dill = "^0.3.7"
types-requests = ">1.26"
torch = "^2.1.2"
torch = "^2.2"
tf-keras = "^2.16.0"


Expand Down
Loading

0 comments on commit 1d0a35b

Please sign in to comment.