File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tidal_algorithmic_mixes"
3
3
version = " 0.1.6"
4
- description = " Common transformers used by the Tidal personalization team."
4
+ description = " Algorithic mixes developed by the TIDAL personalization team."
5
5
authors = [
6
6
" Loay <loay@squareup.com>" ,
7
7
" Tao <tma@squareup.com>" ,
@@ -14,26 +14,15 @@ homepage = "https://github.com/tidal-music/tidal-algorithmic-mixes"
14
14
[tool .poetry .dependencies ]
15
15
python = " >=3.10.13"
16
16
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"
25
19
tidal-per-transformers = " >=0.3.1"
26
20
torch = " 2.2.1"
27
- mlflow = " 2.9.2"
21
+ mlflow = " >= 2.9.2"
28
22
29
23
[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"
37
26
38
27
[build-system ]
39
28
requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments