Skip to content

Commit 0d393e5

Browse files
committed
update pyproject.toml
1 parent 441a9ce commit 0d393e5

File tree

2 files changed

+73
-2
lines changed

2 files changed

+73
-2
lines changed

poetry.lock

Lines changed: 72 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
python = ">=3.10"
1111
numpy = ">1.24.4"
1212
jax = [
13-
{version = ">=0.5.3", markers = 'not (sys_platform == "darwin" and platform_machine == "x86_64")'},
13+
{version = ">=0.5.3", markers = 'sys_platform != "darwin" or platform_machine != "x86_64"'},
1414
{version = "==0.4.38", markers = 'sys_platform == "darwin" and platform_machine == "x86_64"'}
1515
]
1616
chex = ">=0.1.87"

0 commit comments

Comments
 (0)