Skip to content

Commit

Permalink
Not ready for Numpy 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Jul 1, 2024
1 parent 2289445 commit 0cf5bb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python==3.12
- jupytext
- monkeytype
- numpy
- numpy<2.0.0
- pandas
- pip
- pre-commit
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "numpy", "meson", "ninja"]
requires = ["setuptools", "numpy<2.0.0", "meson", "ninja"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -19,7 +19,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Chemistry",
]
keywords = ["qml", "quantum chemistry", "machine learning"]
dependencies=["numpy", "scipy"]
dependencies=["numpy<2.0.0", "scipy"]

[project.urls]
Homepage = "https://qmlcode.org"
Expand Down

0 comments on commit 0cf5bb2

Please sign in to comment.