Skip to content

Commit

Permalink
build: resolve dependencies (#339)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Starkman <[email protected]>
  • Loading branch information
nstarman authored Jun 10, 2024
1 parent 0d6a792 commit e0f4b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"astropy >= 6.0",
"beartype >= 0.18",
"coordinax @ git+https://github.com/GalacticDynamics/coordinax.git",
"coordinax",
"diffrax >= 0.5",
"equinox >=0.11, != 0.11.3",
"jax >= 0.4, != 0.4.27",
Expand All @@ -37,7 +37,7 @@ dependencies = [
"quax >= 0.0.3",
"quaxed >=0.4",
"typing_extensions >= 4.11",
"unxt @ git+https://github.com/GalacticDynamics/unxt.git",
"unxt",
]
description = "Galactic Dynamics in Jax."
dynamic = ["version"]
Expand Down

0 comments on commit e0f4b9e

Please sign in to comment.