Merge branch 'version_bumps' into 'develop'
Version bumps See merge request !602
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- docs/cookbooks/OutlierDetection.rst 1 addition, 1 deletiondocs/cookbooks/OutlierDetection.rst
- requirements.txt 7 additions, 8 deletionsrequirements.txt
- setup.py 1 addition, 1 deletionsetup.py
- tests/requirements.txt 3 additions, 2 deletionstests/requirements.txt
... | ... | @@ -4,13 +4,12 @@ |
Click==8.1.3 | ||
dtw==1.4.0 | ||
hypothesis==6.55.0 | ||
matplotlib==3.5.3 | ||
numba==0.56.3 | ||
numpy==1.21.6 | ||
matplotlib==3.6.2 | ||
numba==0.56.4 | ||
numpy==1.23.5 | ||
outlier-utils==0.0.3 | ||
pyarrow==9.0.0 | ||
pyarrow==10.0.1 | ||
pandas==1.3.5 | ||
scikit-learn==1.0.2 | ||
scipy==1.7.3 | ||
typing_extensions==4.3.0 | ||
scikit-learn==1.2.0 | ||
scipy==1.10.0 | ||
typing_extensions==4.4.0 |
Please register or sign in to comment