Skip to content

Commit

Permalink
Remove numpy downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Jul 29, 2024
1 parent 6abd811 commit e72073d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dynamic = ["version"]
description = "Dakota wheel built by the IT'IS Foundation, Zurich, Switzerland"
license = { file = "LICENSE.txt" }
readme = {file = "README.md", content-type = "text/markdown"}
dependencies = ["numpy<2.0.0"]
dependencies = ["numpy"]
requires-python = ">=3.8"

[project.urls]
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/ITISFoundation/itis-dakota.git"
issues = "https://github.com/ITISFoundation/itis-dakota/issues"

[build-system]
requires = ["py-build-cmake", "numpy<2.0.0", "versioneer[toml]", "h5py", "auditwheel", "flit", "flit-core"]
requires = ["py-build-cmake", "numpy", "versioneer[toml]", "h5py", "auditwheel", "flit", "flit-core"]
build-backend = "py_build_cmake.build"

[tool.versioneer]
Expand Down

0 comments on commit e72073d

Please sign in to comment.