Skip to content

Commit 6972955

Browse files
authoredOct 5, 2021
FIX: correct python dependence
1 parent 5bb7ef0 commit 6972955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = ["Winant Pablo <pablo.winant@gmail.com>"]
77
license="BSD-2-Clause"
88

99
[tool.poetry.dependencies]
10-
python = "^3.7"
11-
numba = ">=0.50"
10+
python = ">=3.7, <3.10"
11+
numba = "^0.53"
1212
numpy = "^1.18.3"
1313
sympy = "^1.5.1"
1414
lark-parser = "^0.9.0"

0 commit comments

Comments
 (0)