Skip to content

Commit

Permalink
fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dani2112 committed Nov 28, 2023
1 parent ad4a850 commit 367c578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sliceguard"
version = "0.0.33"
version = "0.0.34"
authors = [
{ name="Renumics GmbH", email="[email protected]"},
{ name="Daniel Klitzke", email="[email protected]"}
Expand Down Expand Up @@ -41,6 +41,7 @@ embedding = [
all = [
"flaml >= 2.0.0",
"xgboost >= 1.7.6, < 2.0.0",
"shap >= 0.43.0",
"transformers[torch] >= 4.30.2",
"sentence-transformers >= 2.2.1",
"torchaudio >= 2.0.2",
Expand Down

0 comments on commit 367c578

Please sign in to comment.