Skip to content

Commit

Permalink
fix: prepare Solverz for numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rzyu45 committed Aug 4, 2024
1 parent 4e852c6 commit 6061539
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ name = "Solverz"
dynamic = ["version"]
dependencies = [
"sympy>=1.11.1",
"numba == 0.58.1",
"numpy>=1.26.3",
"numba >= 0.58.1",
"numpy>=2.0.0",
"scipy>=1.14.0",
"dill >= 0.3.7",
"pandas>=1.4.2",
"openpyxl>=3.0.10",
"matplotlib>=3.5.2",
"matplotlib==3.9.0",
"tqdm>=4.64.1",
"pytest>=7.2.2",
"pytest-datadir>=1.5.0",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
numpy>=1.26.3
numpy>=2.0.0
sympy>=1.11.1
pandas>=1.4.2
openpyxl>=3.0.10
matplotlib>=3.5.2
matplotlib == 3.9.0
tqdm>=4.64.1
scipy>=1.12.0
pytest>=7.2.2
networkx >= 3.1
numba == 0.58.1
numba >= 0.58.1
dill >= 0.3.7

0 comments on commit 6061539

Please sign in to comment.