mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Merge pull request #824 from gibiansky/python-requirements
Update requirements.txt
This commit is contained in:
commit
125caedffc
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user