Merge branch 'py37support' into 'develop'
Py37support See merge request !488
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 16 additions, 0 deletions.gitlab-ci.yml
- requirements.txt 4 additions, 5 deletionsrequirements.txt
- saqc/lib/plotting.py 15 additions, 2 deletionssaqc/lib/plotting.py
- setup.py 1 addition, 2 deletionssetup.py
- tests/lib/test_rolling.py 7 additions, 3 deletionstests/lib/test_rolling.py
... | ... | @@ -7,11 +7,10 @@ dtw==1.4.0 |
hypothesis==6.46.11 | ||
matplotlib==3.5.2 | ||
numba==0.55.2 | ||
numpy==1.22.4 | ||
numpy==1.21.6 | ||
outlier-utils==0.0.3 | ||
pyarrow==8.0.0 | ||
pandas==1.4.2 | ||
scikit-learn==1.1.1 | ||
scipy==1.8.1 | ||
pandas==1.3.5 | ||
scikit-learn==1.0.2 | ||
scipy==1.7.3 | ||
typing_extensions==4.2.0 | ||
seaborn==0.11.2 |