Skip to content

Commit

Permalink
Fix the exasol-bucketfs dependency [run aws tests] (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb authored Feb 19, 2024
1 parent 13942bb commit 3057e60
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 38 deletions.
1 change: 0 additions & 1 deletion doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Changelog

* [0.8.1](changes_0.8.1.md)
* [0.8.0](changes_0.8.0.md)
* [0.7.0](changes_0.7.0.md)
* [0.6.0](changes_0.6.0.md)
Expand Down
23 changes: 0 additions & 23 deletions doc/changes/changes_0.8.1.md

This file was deleted.

37 changes: 26 additions & 11 deletions poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "exasol-sagemaker-extension"
version = "0.8.1"
version = "0.8.0"
description = "Exasol SageMaker Integration"

license = "MIT"
Expand All @@ -27,10 +27,9 @@ botocore = "1.29.163"
protobuf = ">=3.1,<=3.20.0"
sagemaker = "^2.59.1"
pyexasol = "^0.25.0"
exasol-bucketfs = ">=0.6.0,<1.0.0"
exasol-bucketfs = ">=0.9.0,<1.0.0"
importlib-resources = "^5.2.0"
click = "^8.0.3"
typeguard = "^2.11.1"

[tool.poetry.dev-dependencies]
pytest = "^7.1"
Expand Down

0 comments on commit 3057e60

Please sign in to comment.