updated requirements & added setup.ps1 (#14)

This commit is contained in:
Jan Görgen 2023-03-21 18:32:01 -07:00 коммит произвёл GitHub
Родитель 9509a1ca01
Коммит 920e02e1d2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 12 добавлений и 6 удалений

Просмотреть файл

@ -5,14 +5,15 @@
edit_distance==1.0.3
termcolor==1.1.0
ipykernel==5.3.4
matplotlib==3.2.2
numpy==1.21.0
pandas==1.1.5
ipython_genutils==0.2.0
matplotlib==3.7.1
numpy==1.24.2
pandas==1.5.3
requests==2.24.0
pydub==0.25.1
scikit-learn==0.23.1
scipy==1.5.1
seaborn==0.10.1
scikit-learn==1.2.2
scipy==1.10.1
seaborn==0.12.2
azure-cognitiveservices-speech>=1.17.0
scikit-plot==0.3.7
pytest

5
setup.ps1 Normal file
Просмотреть файл

@ -0,0 +1,5 @@
python -m venv ./.venv
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip wheel setuptools
pip install -r requirements.txt
python -m ipykernel install --user --name glue --display-name "Python (glue)"