Skip to content

Commit

Permalink
adding scipy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed Jul 2, 2024
1 parent eba1853 commit 42a37a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ keywords = ["physics", "cosmology", "recombination"]
dependencies = [
"cython",
"numpy",
"scipy",
]
requires-python = ">=3.6"

Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile pyproject.toml
#
cython==3.0.8
# via pyhyrec (pyproject.toml)
numpy==1.26.4
# via
# pyhyrec (pyproject.toml)
# scipy
scipy==1.14.0
# via pyhyrec (pyproject.toml)
1 change: 1 addition & 0 deletions src/pyhyrec.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cython
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: dev

# HYREC-2
Expand Down
1 change: 1 addition & 0 deletions src/pyhyrec.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cython
numpy
scipy

[dev]

0 comments on commit 42a37a7

Please sign in to comment.