Skip to content

Commit

Permalink
update macos dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davnn committed Dec 31, 2023
1 parent d00c2d0 commit 368ee73
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 2 deletions.
221 changes: 220 additions & 1 deletion poetry.lock

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

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ bandit = "^1.7.6"
safety = "^2.3.5"
# test data
numpy = "^1.26.2"
torch = { version = "^2.1.2", source = "pytorch-cpu"}
torch = [
{ version = "^2.1.2", platform = "darwin", source = "pypi"},
{ version = "^2.1.2", platform = "win32", source = "pypi"},
{ version = "^2.1.2", platform = "linux", source = "pytorch-cpu"}
]
jax = { version = "^0.4.23", extras = ["cpu"] }
# notebooks
notebook = "^7.0.4"
Expand Down

0 comments on commit 368ee73

Please sign in to comment.