Skip to content

Commit

Permalink
#252 Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Sep 24, 2024
1 parent b461e2f commit 0f98ac5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 39 deletions.
75 changes: 40 additions & 35 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pandas = ">=1.4.2,<2.0.0"
torch = "^2.0.1"
transformers = {extras = ["torch"], version = "^4.36.2"}
Jinja2 = "^3.0.3"
importlib-resources = "^5.4.0"
importlib-resources = "^6.4.0"
click = "^8.0.4"
pyexasol = ">=0.25.0"
exasol-bucketfs = ">=0.11.0,<1.0.0"
Expand All @@ -32,13 +32,11 @@ exasol-python-extension-common = {git = "https://github.com/exasol/python-extens
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
exasol-udf-mock-python = "^0.1.0"
exasol-script-languages-container-tool = ">=0.21.0"
toml = "^0.10.2"

[tool.poetry.group.dev.dependencies]
nox = "^2023.4.22"
pytest-exasol-slc = ">=0.2.0"
pytest-exasol-extension = ">=0.1.0"
pytest-exasol-slc = ">=0.3.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 0f98ac5

Please sign in to comment.