Skip to content

Commit 871fb04

Browse files
committed
Corrected numba dependency.
1 parent 87b5f1b commit 871fb04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dolang/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ("0", "0", "16")
1+
__version_info__ = ("0", "0", "17")
22
__version__ = ".".join(__version_info__)

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "dolang"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description = "Dolo Modeling Language"
55
readme = "README.md"
66
authors = ["Winant Pablo <[email protected]>"]
77
license="BSD-2-Clause"
88

99
[tool.poetry.dependencies]
1010
python = ">=3.8,<3.11"
11-
numba = "^0.55"
11+
numba = "^0.55.0"
1212
numpy = "^1.22.2"
1313
sympy = "^1.5.1"
1414
lark-parser = "^0.12.0"

0 commit comments

Comments
 (0)