Skip to content

Commit

Permalink
Repin napari requirements (#1754)
Browse files Browse the repository at this point in the history
nbformat==5.0.0 has disappeared from pypi, so we need a new set of pins.

Test plan: -napari branch, so it should hit all the rapari tests.
  • Loading branch information
Tony Tung authored Jan 27, 2020
1 parent 0106f03 commit e3c53a5
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions requirements/REQUIREMENTS-NAPARI-CI.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
# You should not edit this file directly. Instead, you should edit one of the following files (requirements/REQUIREMENTS-NAPARI-CI.txt.in) and run make requirements/REQUIREMENTS-NAPARI-CI.txt
alabaster==0.7.12
appnope==0.1.0
asciitree==0.3.3
attrs==19.3.0
Babel==2.8.0
backcall==0.1.0
bleach==3.1.0
boto3==1.10.47
botocore==1.13.47
boto3==1.11.7
botocore==1.14.7
certifi==2019.11.28
chardet==3.0.4
Click==7.0
cycler==0.10.0
dask==2.9.1
dask==2.9.2
dataclasses==0.6
decorator==4.4.1
defusedxml==0.6.0
diskcache==4.1.0
docutils==0.15.2
entrypoints==0.3
fasteners==0.15
freetype-py==2.1.0.post1
fsspec==0.6.2
idna==2.8
imageio==2.6.1
imagesize==1.2.0
importlib-metadata==1.3.0
importlib-metadata==1.4.0
ipykernel==5.1.3
ipython==7.11.1
ipython-genutils==0.2.0
Expand All @@ -41,22 +39,20 @@ kiwisolver==1.1.0
MarkupSafe==1.1.1
matplotlib==3.1.2
mistune==0.8.4
monotonic==1.5
more-itertools==8.0.2
more-itertools==8.1.0
mpmath==1.1.0
napari==0.2.8
napari==0.2.10
nbconvert==5.6.1
nbformat==5.0.0
nbformat==5.0.4
networkx==2.4
notebook==6.0.2
numcodecs==0.6.3
numpy==1.18.0
notebook==6.0.3
numpy==1.18.1
numpydoc==0.9.2
packaging==20.0
pandas==0.25.3
pandocfilters==1.4.2
parso==0.5.2
pexpect==4.7.0
pexpect==4.8.0
pickleshare==0.7.5
Pillow==7.0.0
pluggy==0.13.1
Expand All @@ -67,9 +63,9 @@ py==1.8.1
Pygments==2.5.2
PyOpenGL==3.1.5
pyparsing==2.4.6
pyrsistent==0.15.6
pyrsistent==0.15.7
PySide2==5.14.0
pytest==5.3.2
pytest==5.3.4
pytest-qt==3.3.0
python-dateutil==2.8.0
pytz==2019.3
Expand All @@ -80,15 +76,15 @@ qtconsole==4.6.0
QtPy==1.9.0
regional==1.1.2
requests==2.22.0
s3transfer==0.2.1
s3transfer==0.3.1
scikit-image==0.15.0
scikit-learn==0.22.1
scipy==1.4.1
semantic-version==2.8.4
Send2Trash==1.5.0
shiboken2==5.14.0
showit==1.1.4
six==1.13.0
six==1.14.0
slicedimage==4.1.1
snowballstemmer==2.0.0
Sphinx==2.3.1
Expand All @@ -106,13 +102,12 @@ tornado==6.0.3
tqdm==4.41.1
trackpy==0.4.2
traitlets==4.3.3
urllib3==1.25.7
urllib3==1.25.8
validators==0.14.1
vispy==0.6.4
wcwidth==0.1.8
webencodings==0.5.1
widgetsnbextension==3.5.1
wrapt==1.11.2
xarray==0.14.1
zarr==2.3.2
zipp==0.6.0
zipp==2.0.1

0 comments on commit e3c53a5

Please sign in to comment.