This commit is contained in:
nonstoptimm 2020-05-12 16:24:31 +02:00
Родитель 3ceffc1745
Коммит b9833ae4db
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -4,8 +4,7 @@ dependencies:
- numpy
- pandas==1.0.1
- gensim=3.8.0
# - pytorch=1.3.1
# - torchvision
# - pytorch=1.3.1 # NOTE: UNCOMMENT THIS FOR LOCAL ENV INSTALL, BUT COMMENT IT AGAIN FOR TRAINING/DEPLOYMENT
# - cudatoolkit=10.1 #For GPU training only
- pip:
- azureml-sdk>=1.1.5
@ -28,9 +27,9 @@ dependencies:
- seqeval
- dotmap==1.3.0
- pyyml
##DEMO ENV
# DEMO ENV
- streamlit==0.56
##DEV ONLY
# DEV ONLY
- pylint
- pytest