Skip to content

Commit 6385b76

Browse files
committed
MAINT: set minimum versions for dependencies
1 parent 80b97fc commit 6385b76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ authors = [
1515
{ name = "The Astropy Developers", email = "[email protected]" }
1616
]
1717
dependencies = [
18-
"array-api-compat",
19-
"astropy",
18+
"array-api-compat>=1.9.1",
19+
"astropy>=7.0",
2020
"numpy>=2.0",
2121
]
2222
dynamic = ["version"]
2323

2424
[project.optional-dependencies]
2525
# Include other array types than numpy/array-api-strict. Mostly for tests.
2626
all = [
27-
"dask",
28-
"jax",
27+
"dask>=2024.11.2",
28+
"jax>=0.4.35",
2929
]
3030
test = [
3131
"pytest",

0 commit comments

Comments
 (0)