Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grad_dft/utils/chunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from jax import numpy as jnp

from jax.tree_util import tree_leaves, tree_map
from jax import linear_util as lu
from jax.extend import linear_util as lu
from jax.api_util import argnums_partial

from .types import Array
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ typeguard==2.13.3
typing_extensions>=4.8.0
jaxtyping
pytest>=7.4.3

numpy<2.0.0
python>=3.9