Skip to content

Commit ac39efb

Browse files
authored
Merge pull request #23 from tidal-music/bump-dependencies
Cleanup dependencies
2 parents bfbf6e6 + 7e65dc5 commit ac39efb

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

pyproject.toml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "tidal_algorithmic_mixes"
33
version = "0.1.6"
4-
description = "Common transformers used by the Tidal personalization team."
4+
description = "Algorithic mixes developed by the TIDAL personalization team."
55
authors = [
66
"Loay <loay@squareup.com>",
77
"Tao <tma@squareup.com>",
@@ -14,26 +14,15 @@ homepage = "https://github.com/tidal-music/tidal-algorithmic-mixes"
1414
[tool.poetry.dependencies]
1515
python = ">=3.10.13"
1616
pyspark = ">=3.5.0,<=3.6.0"
17-
numpy = ">=1.16.4"
18-
s3fs = ">=2022.11.0"
19-
boto3 = ">=1.24.59"
20-
pandas = ">=1.4.2"
21-
great-expectations = "0.16.15"
22-
scikit-learn = "1.4.0"
23-
alphabet-detector = "0.0.7"
24-
pyarrow = "8.0.0"
17+
numpy = "^1.23.0"
18+
pandas = "^1.4.2"
2519
tidal-per-transformers = ">=0.3.1"
2620
torch = "2.2.1"
27-
mlflow = "2.9.2"
21+
mlflow = ">=2.9.2"
2822

2923
[tool.poetry.group.dev.dependencies]
30-
pytest = "8.0.2"
31-
coverage = ">=4.5.2"
32-
pytest-cov = ">=4.1.0"
33-
coveralls = ">=1.6.0"
34-
mock = ">=2.0.0"
35-
moto = ">=3.1.11"
36-
setuptools = ">=69.1.1"
24+
pytest = ">=8.0.2"
25+
setuptools = "80.4.0"
3726

3827
[build-system]
3928
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)