Merge pull request #824 from gibiansky/python-requirements

Update requirements.txt
This commit is contained in:
Vaibhav Sagar 2018-02-13 16:02:57 +08:00 committed by GitHub
commit 125caedffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -45,8 +45,8 @@ matrix:
- pip install -U pip
- pip install -U setuptools
# Install nbconvert for testing the notebook
- pip install jupyter notebook nbconvert
# Install from requirements.txt
- pip install -r requirements.txt
# This step takes the longest, and is what generates the Stack cache.
install:
@ -124,8 +124,8 @@ matrix:
- pip install -U pip
- pip install -U setuptools
# Install nbconvert for testing the notebook
- pip install jupyter notebook nbconvert
# Install from requirements.txt
- pip install -r requirements.txt
# This step takes the longest, and is what generates the Stack cache.
install:

View File

@ -2,7 +2,7 @@ jupyter==1.0.0
jupyter_nbextensions_configurator
jupyter_contrib_nbextensions
ipykernel
ipywidgets==6.0.0
jupyter-client==5.0.0
jupyter-console==5.1.0
jupyter-core==4.3.0
ipywidgets==7.1.1
jupyter-client==5.2.2
jupyter-console==5.2.0
jupyter-core==4.4.0