diff --git a/pyproject.toml b/pyproject.toml index 60d0a14..ee0446e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "tidal_algorithmic_mixes" version = "0.1.6" -description = "Common transformers used by the Tidal personalization team." +description = "Algorithic mixes developed by the TIDAL personalization team." authors = [ "Loay ", "Tao ", @@ -14,26 +14,15 @@ homepage = "https://github.com/tidal-music/tidal-algorithmic-mixes" [tool.poetry.dependencies] python = ">=3.10.13" pyspark = ">=3.5.0,<=3.6.0" -numpy = ">=1.16.4" -s3fs = ">=2022.11.0" -boto3 = ">=1.24.59" -pandas = ">=1.4.2" -great-expectations = "0.16.15" -scikit-learn = "1.4.0" -alphabet-detector = "0.0.7" -pyarrow = "8.0.0" +numpy = "^1.23.0" +pandas = "^1.4.2" tidal-per-transformers = ">=0.3.1" torch = "2.2.1" -mlflow = "2.9.2" +mlflow = ">=2.9.2" [tool.poetry.group.dev.dependencies] -pytest = "8.0.2" -coverage = ">=4.5.2" -pytest-cov = ">=4.1.0" -coveralls = ">=1.6.0" -mock = ">=2.0.0" -moto = ">=3.1.11" -setuptools = ">=69.1.1" +pytest = ">=8.0.2" +setuptools = "80.4.0" [build-system] requires = ["poetry-core>=1.0.0"]