Skip to content

Commit

Permalink
updating requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed Feb 7, 2024
1 parent e6ced85 commit e84bca6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ keywords = ["physics", "cosmology", "recombination"]
dependencies = [
"cython",
"numpy",
"warnings",
]
requires-python = ">=3.6"

Expand Down
1 change: 1 addition & 0 deletions src/pyhyrec.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cython
Requires-Dist: numpy
Requires-Dist: warnings
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
warnings

[dev]

0 comments on commit e84bca6

Please sign in to comment.