From 25ae90a467610b99a7264b708fd2d3be98f5d964 Mon Sep 17 00:00:00 2001 From: PatrickBue Date: Mon, 16 Sep 2019 16:41:15 +0000 Subject: [PATCH] Fixed conda environment.yaml file (#322) --- environment.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/environment.yml b/environment.yml index 69af25c..ee283a5 100644 --- a/environment.yml +++ b/environment.yml @@ -19,7 +19,6 @@ dependencies: - python==3.6.8 - pytorch>=1.2.0 - torchvision>=0.3.0 -- pycocotools>=2.0 - fastai==1.0.57 - ipykernel>=4.6.1 - jupyter>=1.0.0 @@ -28,15 +27,16 @@ dependencies: - scikit-learn>=0.19.1 - pip>=19.0.3 - cython>=0.29.1 +- papermill>=0.15.0 +- black>=18.6b4 +- ipywebrtc +- lxml>=4.3.2 +- pre-commit>=1.14.4 +- pyyaml>=5.1.2 +- requests>=2.22.0 +- cython - pip: - - azureml-sdk[notebooks,contrib]>=1.0.30 - - black>=18.6b4 - - papermill>=0.15.0 - - ipywebrtc - nvidia-ml-py3 - - pre-commit>=1.14.4 - nteract-scrapbook - # - git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI - - pyyaml>=5.1.2 - - lxml>=4.3.2 - - requests>=2.22.0 + - azureml-sdk[notebooks,contrib]>=1.0.30 + - git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI