mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-05-14 12:01:12 +00:00
Fix pfft gradients (#34)
* update jaxdecomp version and test gradients * Prepare for DTO tests * format
This commit is contained in:
parent
d81a2529e7
commit
cb2a7ab17f
2 changed files with 88 additions and 1 deletions
|
@ -11,7 +11,7 @@ readme = "README.md"
|
|||
requires-python = ">=3.9"
|
||||
license = { file = "LICENSE" }
|
||||
urls = { "Homepage" = "https://github.com/DifferentiableUniverseInitiative/JaxPM" }
|
||||
dependencies = ["jax_cosmo", "jax>=0.4.30", "jaxdecomp>=0.2.2"]
|
||||
dependencies = ["jax_cosmo", "jax>=0.4.35", "jaxdecomp>=0.2.3"]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["jaxpm"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue