Skip to content

Commit

Permalink
Updated dolang version
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed Aug 17, 2023
1 parent ee5a647 commit 0d3a626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ license="BSD-2-Clause"
[tool.poetry.dependencies]
python = ">=3.8, <3.11"
interpolation = "^2.2.4"
numpy = "^1.23"
numpy = ">=1.23.1"
pandas = "^1.5.0"
PyYAML = "^6.0"
matplotlib = "^3.6.0"
scipy = "^1.9.1"
quantecon = "^0.5.3"
xarray = "^2022.6.0"
multipledispatch = "^0.6.0"
dolang = "^0.0.18"
dolang = "^0.0.20"

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

0 comments on commit 0d3a626

Please sign in to comment.