Skip to content

Commit 724a742

Browse files
authored
Update dependency from marathon to marathon-train
Replaced 'marathon[grain]' dependency with 'marathon-train[grain]' in pyproject.toml. Othwerwise the dependency resolver will compare to the marathon package on pypi...
1 parent 58b5d07 commit 724a742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"jax",
1212
"jax-pme @ git+https://github.com/lab-cosmo/jax-pme.git",
1313
"jaxtyping",
14-
"marathon[grain] @ git+https://github.com/sirmarcel/marathon.git@release/v0.2.0",
14+
"marathon-train[grain] @ git+https://github.com/sirmarcel/marathon.git@release/v0.2.0",
1515
"optax",
1616
]
1717
dynamic = ["version"]

0 commit comments

Comments
 (0)