Skip to content

Commit a270280

Browse files
authored
Merge pull request #19 from ZedongPeng/update_pyproject
Update pyproject.toml
2 parents a823a63 + 0d393e5 commit a270280

File tree

2 files changed

+77
-3
lines changed

2 files changed

+77
-3
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mpax"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "MPAX: Mathematical Programming in JAX"
55
authors = ["Zedong Peng <zdpeng95@gmail.com>"]
66
license = "MIT"
@@ -9,7 +9,10 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = ">=3.10"
1111
numpy = ">1.24.4"
12-
jax = ">=0.4.38"
12+
jax = [
13+
{version = ">=0.5.3", markers = 'sys_platform != "darwin" or platform_machine != "x86_64"'},
14+
{version = "==0.4.38", markers = 'sys_platform == "darwin" and platform_machine == "x86_64"'}
15+
]
1316
chex = ">=0.1.87"
1417

1518

0 commit comments

Comments
 (0)