mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-04-04 11:10:53 +00:00
Merge branch 'main' into ASKabalan/patch
This commit is contained in:
commit
96e0126b08
2 changed files with 359 additions and 2 deletions
353
notebooks/06-Animating_PM_Fields.ipynb
Normal file
353
notebooks/06-Animating_PM_Fields.ipynb
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,10 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
requires = ["setuptools", "wheel", "setuptools-scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "JaxPM"
|
||||
version = "0.0.1"
|
||||
dynamic = ["version"]
|
||||
description = "A dead simple FastPM implementation in JAX"
|
||||
authors = [{ name = "JaxPM developers" }]
|
||||
readme = "README.md"
|
||||
|
@ -28,3 +28,7 @@ test = [
|
|||
|
||||
[tool.setuptools]
|
||||
packages = ["jaxpm"]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
version_file = "jaxpm/_version.py"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue