Skip to content

Commit

Permalink
Corrected numba dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed Sep 22, 2022
1 parent 87b5f1b commit 871fb04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dolang/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ("0", "0", "16")
__version_info__ = ("0", "0", "17")
__version__ = ".".join(__version_info__)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "dolang"
version = "0.0.16"
version = "0.0.17"
description = "Dolo Modeling Language"
readme = "README.md"
authors = ["Winant Pablo <[email protected]>"]
license="BSD-2-Clause"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
numba = "^0.55"
numba = "^0.55.0"
numpy = "^1.22.2"
sympy = "^1.5.1"
lark-parser = "^0.12.0"
Expand Down

0 comments on commit 871fb04

Please sign in to comment.