Skip to content

Commit e23ecd5

Browse files
feat: update poetry.lock and pyproject.toml
Co-authored-by: Nightknight3000 <alexander.roehl@uni-tuebingen.de>
1 parent c311ec9 commit e23ecd5

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ packages = [{ include = "flame" }]
1010
[tool.poetry.dependencies]
1111
python = "^3.9"
1212
flamesdk = {git = "https://github.com/PrivateAIM/python-sdk.git", tag = "0.3.1"}
13+
opendp = ">=0.12.1,<0.13.0"
1314

1415
[tool.poetry.group.dev.dependencies]
1516
pytest = ">=8.3.0"
1617
ruff = ">=0.9.0"
1718
pre-commit = ">=4.0.0"
18-
opendp = ">=0.12.1,<0.13.0"
19+
1920

2021
[build-system]
2122
requires = ["poetry-core"]

0 commit comments

Comments
 (0)