Skip to content

Commit

Permalink
update jax to 0.4.4 in example_project
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Mar 1, 2023
1 parent f89215a commit b0224c0
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 132 deletions.
228 changes: 97 additions & 131 deletions example_project/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 example_project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "jax_devices_info.py"}]

[tool.poetry.dependencies]
python = "^3.8"
jax = {extras = ["cuda"], version = "^0.3.7"}
jax = {extras = ["cuda"], version = "^0.4.4"}

[[tool.poetry.source]]
name = "jorenham/jax_pep503"
Expand Down

0 comments on commit b0224c0

Please sign in to comment.