From c888fa3bee5d6caa78502fac1d31395651c614e6 Mon Sep 17 00:00:00 2001 From: Francois Lanusse Date: Sat, 21 Dec 2024 11:28:36 -0500 Subject: [PATCH] Fixing formatting --- .gitignore | 2 +- MANIFEST.in | 2 +- requirements-test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e59d1f6..aa8eb07 100644 --- a/.gitignore +++ b/.gitignore @@ -134,4 +134,4 @@ dmypy.json .pyre/ # Hide version file -_version.py \ No newline at end of file +_version.py diff --git a/MANIFEST.in b/MANIFEST.in index 30f6e13..24805f4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ prune notebooks -prune tests \ No newline at end of file +prune tests diff --git a/requirements-test.txt b/requirements-test.txt index cfadc24..4fa2ce6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,4 +2,4 @@ pytest>=8.0.0 diffrax pfft-python @ git+https://github.com/MP-Gadget/pfft-python pmesh @ git+https://github.com/MP-Gadget/pmesh -fastpm @ git+https://github.com/ASKabalan/fastpm-python \ No newline at end of file +fastpm @ git+https://github.com/ASKabalan/fastpm-python