Skip to content

Commit afb7e2b

Browse files
committed
relax dependencies
1 parent 4114dc6 commit afb7e2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ classifiers = [
2020

2121
[tool.poetry.dependencies]
2222
python = "^3.8"
23-
numpy = ">=1.24,<=2.2"
23+
numpy = "^2"
2424
scipy = "^1.10"
2525
sympy = "^1.12"
2626
cvxpy = "^1.3"
2727
matplotlib = "^3.7"
28-
numba = ">=0.59,<=0.61"
28+
numba = ">=0.59,^0"
2929
pycddlib-standalone = {version = "^3.0", optional = true}
3030

3131
[tool.poetry.dev-dependencies]
3232
ipython = "^8.5"
33-
numba = ">=0.59,<=0.61"
33+
numba = ">=0.59,^0"
3434

3535
[tool.poetry.extras]
3636
dev = ["pycddlib-standalone"]

0 commit comments

Comments
 (0)