We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6a792 commit e0f4b9eCopy full SHA for e0f4b9e
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
dependencies = [
28
"astropy >= 6.0",
29
"beartype >= 0.18",
30
- "coordinax @ git+https://github.com/GalacticDynamics/coordinax.git",
+ "coordinax",
31
"diffrax >= 0.5",
32
"equinox >=0.11, != 0.11.3",
33
"jax >= 0.4, != 0.4.27",
@@ -37,7 +37,7 @@ dependencies = [
37
"quax >= 0.0.3",
38
"quaxed >=0.4",
39
"typing_extensions >= 4.11",
40
- "unxt @ git+https://github.com/GalacticDynamics/unxt.git",
+ "unxt",
41
]
42
description = "Galactic Dynamics in Jax."
43
dynamic = ["version"]
0 commit comments