Skip to content

Commit

Permalink
FIX: removed dolo.version
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed Sep 29, 2022
1 parent 2e1f3c2 commit b6119f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dolo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from dolo.version import __version_info__, __version__

import dolang

from dolo.config import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ license="BSD-2-Clause"
[tool.poetry.dependencies]
python = ">=3.8, <3.11"
interpolation = "^2.2.4"
dolang = "^0.0.18"
numpy = "^1.22.2"
ipython = "^8.5.0"
pandas = "^1.5.0"
Expand All @@ -19,6 +18,7 @@ scipy = "^1.9.1"
quantecon = "^0.5.3"
xarray = "^2022.6.0"
multipledispatch = "^0.6.0"
dolang = "^0.0.18"

[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
Expand Down

0 comments on commit b6119f7

Please sign in to comment.