Skip to content

Commit

Permalink
dp_accounting version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvadym committed Aug 24, 2023
1 parent 31e2303 commit 1730c36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
python = "^3.8, < 3.12"
python-dp = "^1.1.4"
numpy = "^1.20.1"
dp_accounting = "^0.4.2"
dp_accounting = "^0.4.1"

[tool.poetry.dev-dependencies]
yapf = "^0.32.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pytest-timeout

pylint
yapf
dp-accounting==0.4.2
dp-accounting==0.4.1
python-dp==1.1.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
['numpy>=1.20.1,<2.0.0',
'python-dp>=1.1.4',
'scipy>=1.7.3,<2.0.0',
'dp_accounting>=0.4.2',]
'dp_accounting>=0.4.1',]


def read(fname):
Expand Down

0 comments on commit 1730c36

Please sign in to comment.