aws / aws/sagemaker-scikit-learn-extension
pip/poetry install does not install requirements
- Dominant language
- Python
- Stars
- 41
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
when i used poetry package manager to install, it did not install the dependency `tsfresh`. in fact, it installed none of the `reuirements.txt`
from the poetry lock file
```
[[package]]
name = "sagemaker-scikit-learn-extension"
version = "2.5.0"
description = "Open source library extension of scikit-learn for Amazon SageMaker."
category = "main"
optional = false
python-versions = "*"
[package.extras]
taei = ["torch (==1.7.1)"]
test = ["tox", "tox-conda (==0.7.3)", "pytest", "coverage"]
```
as you can see, none of the following packages in `requirements.txt` got installed:
```
numpy>=1.16.4
psutil
scikit-learn==0.23.2
python-dateutil==2.8.0
pandas==1.2.4
tsfresh==0.18.0
statsmodels==0.12.2
```
please update setup.py to include requirements
Contributor guide
Assessment
This issue has not been assessed yet.