Skip to content

Commit 92b62bc

Browse files
committed
Stop supporting jax below 0.4.34
1 parent a4a1401 commit 92b62bc

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.12",
2727
]
2828
dependencies = [
29-
"jax>=0.4.10; python_version < '3.13'",
30-
"jax>=0.4.34; python_version >= '3.13'",
29+
"jax>=0.4.34",
3130
"jaxtyping>=0.2.36",
3231
"numpy>=1.25; python_version < '3.13'",
3332
"numpy>=2.1; python_version >= '3.13'",
@@ -53,7 +52,7 @@ build-backend = "hatchling.build"
5352
[dependency-groups]
5453
dev = [
5554
"flax>=0.10.2",
56-
"jax[cuda12]>=0.4.10",
55+
"jax[cuda12]>=0.4.34",
5756
"parameterized>=0.9.0",
5857
"pre-commit-uv>=4.1.4",
5958
"pytest>=8.3.4",

uv.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)