Skip to content

Commit

Permalink
build: use xmmutablemap (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman authored Aug 7, 2024
1 parent fd1f51f commit c0e3993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"astropy",
"dataclassish",
"equinox",
"immutable_map_jax @ git+https://github.com/GalacticDynamics/immutable_map_jax.git",
"xmmutablemap",
"jax",
"jaxlib",
"jaxtyping",
Expand Down
2 changes: 1 addition & 1 deletion src/coordinax/_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
import equinox as eqx
import jax
from astropy.units import PhysicalType as Dimension, get_physical_type
from immutable_map_jax import ImmutableMap
from jax import Device
from plum import dispatch
from xmmutablemap import ImmutableMap

import quaxed.numpy as jnp
from unxt import Quantity
Expand Down

0 comments on commit c0e3993

Please sign in to comment.