Skip to content

Commit eb4d4c8

Browse files
committed
chore: update dependencies
1 parent cc77e5e commit eb4d4c8

File tree

2 files changed

+5
-664
lines changed

2 files changed

+5
-664
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ classifiers = [
1616
]
1717
keywords = ["fastText", "text classification", "NLP", "automatic coding", "deep learning"]
1818
dependencies = [
19-
"mlflow>=3.1.0",
2019
"numpy>=1.26.4",
2120
"pytorch-lightning>=2.4.0",
2221
]
@@ -31,7 +30,8 @@ dev = [
3130
"scikit-learn",
3231
"nltk",
3332
"unidecode",
34-
"captum"
33+
"captum",
34+
"pyarrow"
3535
]
3636
docs = [
3737
"sphinx>=5.0.0",
@@ -48,7 +48,7 @@ explainability = ["unidecode", "nltk", "captum"]
4848
preprocess = ["unidecode", "nltk"]
4949

5050
[build-system]
51-
requires = ["uv_build>=0.7.8,<0.8.0"]
51+
requires = ["uv_build>=0.7.9,<0.8.0"]
5252
build-backend = "uv_build"
5353

5454
[tool.ruff]

0 commit comments

Comments
 (0)