Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 authored Jun 25, 2024
1 parent df0ed11 commit 4b67a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ requires = [
# Building with numpy 2.0 is compatible with numpy 1.x, but it
# is only available on Python 3.9+
"numpy >= 2.0.0; python_version > '3.8'",
"scipy >= 0.13.2, !=1.12.0",
"oldest-supported-numpy; python_version <= '3.8'",
"scipy >= 0.13.2, !=1.12.0",
"setuptools>=40.8.0",
"setuptools_scm>=6.2",
"wheel",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy >= 2.0.0; python_version > '3.8'
numpy >= 1.7
scipy >= 0.13.2, !=1.12.0
qdldl

0 comments on commit 4b67a78

Please sign in to comment.