Skip to content

Commit e0f4b9e

Browse files
authored
build: resolve dependencies (#339)
Signed-off-by: Nathaniel Starkman <[email protected]>
1 parent 0d6a792 commit e0f4b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
dependencies = [
2828
"astropy >= 6.0",
2929
"beartype >= 0.18",
30-
"coordinax @ git+https://github.com/GalacticDynamics/coordinax.git",
30+
"coordinax",
3131
"diffrax >= 0.5",
3232
"equinox >=0.11, != 0.11.3",
3333
"jax >= 0.4, != 0.4.27",
@@ -37,7 +37,7 @@ dependencies = [
3737
"quax >= 0.0.3",
3838
"quaxed >=0.4",
3939
"typing_extensions >= 4.11",
40-
"unxt @ git+https://github.com/GalacticDynamics/unxt.git",
40+
"unxt",
4141
]
4242
description = "Galactic Dynamics in Jax."
4343
dynamic = ["version"]

0 commit comments

Comments
 (0)