Skip to content

Commit

Permalink
changing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed Feb 1, 2024
1 parent 6f955b3 commit 761820a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 21cmCAST

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py21cmcast)](https://pypi.org/project/py21cmcast/)

This package provides tools to perform Fisher fore**CAST**s from 21cmFAST outputs. It has been built on / complementarily to the [21cmFish](https://21cmfish.readthedocs.io/en/latest/) package[^1]. A detailed example of how it works can be found in [**scripts/exec/fisher.ipynb**](./scripts/exec/fisher.ipynb).

In order to work properly, the codes requires to have a working installation of
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies = [
"powerbox>=0.7.3",
"configparser>=6.0.0",
"astropy>=5.0.0",
"scipy",
]
requires-python = ">=3.6"

Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ numpy==1.26.3
# powerbox
# py21cmcast (pyproject.toml)
# pyerfa
# scipy
packaging==23.2
# via
# astropy
Expand All @@ -46,6 +47,8 @@ python-dateutil==2.8.2
# via matplotlib
pyyaml==6.0.1
# via astropy
scipy==1.12.0
# via py21cmcast (pyproject.toml)
six==1.16.0
# via python-dateutil
zipp==3.17.0
Expand Down
3 changes: 3 additions & 0 deletions src/py21cmcast.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -691,12 +691,15 @@ Requires-Dist: matplotlib>=3.4.3
Requires-Dist: powerbox>=0.7.3
Requires-Dist: configparser>=6.0.0
Requires-Dist: astropy>=5.0.0
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: 21cmSense>=2.0.0; extra == "dev"
Requires-Dist: 21cmfast>=3.0.0; extra == "dev"

# 21cmCAST

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py21cmcast)](https://pypi.org/project/py21cmcast/)

This package provides tools to perform Fisher fore**CAST**s from 21cmFAST outputs. It has been built on / complementarily to the [21cmFish](https://21cmfish.readthedocs.io/en/latest/) package[^1]. A detailed example of how it works can be found in [**scripts/exec/fisher.ipynb**](./scripts/exec/fisher.ipynb).

In order to work properly, the codes requires to have a working installation of
Expand Down
3 changes: 2 additions & 1 deletion src/py21cmcast.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ src/py21cmcast.egg-info/PKG-INFO
src/py21cmcast.egg-info/SOURCES.txt
src/py21cmcast.egg-info/dependency_links.txt
src/py21cmcast.egg-info/requires.txt
src/py21cmcast.egg-info/top_level.txt
src/py21cmcast.egg-info/top_level.txt
tests/test.py
1 change: 1 addition & 0 deletions src/py21cmcast.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ matplotlib>=3.4.3
powerbox>=0.7.3
configparser>=6.0.0
astropy>=5.0.0
scipy

[dev]
21cmSense>=2.0.0
Expand Down

0 comments on commit 761820a

Please sign in to comment.