Skip to content

Commit

Permalink
Trying cleaner requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed Jul 1, 2024
1 parent d4a876c commit 6b8bd7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[build-system]
requires = [
'setuptools>=40.8.0',
'wheel',
'numpy>=2.0.0rc1',
'setuptools',
'numpy>=2.0.0',
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.19.5
numpy>=1.23.5
scipy>=1.5.4
matplotlib>=3.3.4
pytest>=6.0

0 comments on commit 6b8bd7f

Please sign in to comment.