Skip to content

Commit 766d930

Browse files
committed
lower jax requirement
1 parent cdf2363 commit 766d930

File tree

2 files changed

+301
-267
lines changed

2 files changed

+301
-267
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.12",
2727
]
2828
dependencies = [
29-
"jax>=0.4.30; python_version < '3.13'",
29+
"jax>=0.4.10; python_version < '3.13'",
3030
"jax>=0.4.34; python_version >= '3.13'",
3131
"jaxtyping>=0.2.36",
3232
"numpy>=1.25; python_version < '3.13'",
@@ -53,7 +53,7 @@ build-backend = "hatchling.build"
5353
[dependency-groups]
5454
dev = [
5555
"flax>=0.10.2",
56-
"jax[cuda12]>=0.4.38",
56+
"jax[cuda12]>=0.4.10",
5757
"parameterized>=0.9.0",
5858
"pre-commit-uv>=4.1.4",
5959
"pytest>=8.3.4",

0 commit comments

Comments
 (0)