Skip to content

Commit

Permalink
np
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 13, 2024
1 parent 2ea36b5 commit dd3ba67
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 @@ -5,7 +5,7 @@ version = "0.1.0"

dependencies = [
"sympy",
"numpy",
"numpy<2.0",
"scipy",
"tqdm",
"cffi",
Expand All @@ -22,7 +22,7 @@ dev = [
]

[build-system]
requires = ["setuptools","scons","Cython","numpy","sympy", "pytest", "cffi"]
requires = ["setuptools","scons","Cython","numpy<2.0","sympy", "pytest", "cffi"]
build-backend = "setuptools.build_meta"

[tool.ruff]
Expand Down

0 comments on commit dd3ba67

Please sign in to comment.