Skip to content

Commit

Permalink
updated pyproject.toml for numpy/pixell compatibility and for yaml ac…
Browse files Browse the repository at this point in the history
…cessibility to built package
  • Loading branch information
samueldmcdermott committed Oct 15, 2024
1 parent aa80949 commit 7197394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires-python = ">= 3.9, <3.12"
dependencies = [
"camb >= 1.4.0",
"h5py >= 3.8.0",
"numpy >= 1.24.3",
"numpy >= 1.24.3, <2",
"astropy >= 6.0",
"colossus >= 1.3.0",
"tqdm >= 4.66.0",
Expand All @@ -25,3 +25,6 @@ pytest-cov = "^4.0.0"

[tool.setuptools.packages.find]
namespaces = false

[tool.setuptools.package-data]
"deepszsim.Settings" = ["*.yaml"]

0 comments on commit 7197394

Please sign in to comment.