Commit 97fc63e9 authored by Julien Muchembled's avatar Julien Muchembled

version up: Cython 0.28.2, matplotlib 2.1.2

- not all SR was using Cython 0.28.2
- with an upcoming upgrade of pycocotools, matplotlib>=2.1.0 will be required
parent 77707a75
Pipeline #8999 failed with stage
...@@ -4,3 +4,6 @@ parts = cython ...@@ -4,3 +4,6 @@ parts = cython
[cython] [cython]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = cython egg = cython
[versions]
Cython = 0.28.2
...@@ -28,4 +28,3 @@ scripts = keras-python ...@@ -28,4 +28,3 @@ scripts = keras-python
Keras = 2.1.0 Keras = 2.1.0
tensorflow = 1.4.0 tensorflow = 1.4.0
h5py = 2.7.0rc2 h5py = 2.7.0rc2
Cython = 0.25.2
...@@ -73,7 +73,7 @@ jupyter-client = 5.0.0 ...@@ -73,7 +73,7 @@ jupyter-client = 5.0.0
jupyter-core = 4.3.0 jupyter-core = 4.3.0
jupyterlab = 0.26.3 jupyterlab = 0.26.3
jupyterlab-launcher = 0.3.1 jupyterlab-launcher = 0.3.1
matplotlib = 2.0.1 matplotlib = 2.1.2
mistune = 0.7.3 mistune = 0.7.3
nbformat = 4.3.0 nbformat = 4.3.0
notebook = 4.4.1 notebook = 4.4.1
...@@ -152,7 +152,6 @@ jupyter-console = 5.1.0 ...@@ -152,7 +152,6 @@ jupyter-console = 5.1.0
# jupyter==1.0.0 # jupyter==1.0.0
qtconsole = 4.3.0 qtconsole = 4.3.0
Cython = 0.28.2
et-xmlfile = 1.0.1 et-xmlfile = 1.0.1
h5py = 2.7.1 h5py = 2.7.1
mpmath = 1.0.0 mpmath = 1.0.0
......
...@@ -732,7 +732,6 @@ zope.app.dependable = 3.5.1 ...@@ -732,7 +732,6 @@ zope.app.dependable = 3.5.1
# five.formlib==1.0.4 # five.formlib==1.0.4
zope.app.form = 4.0.2 zope.app.form = 4.0.2
Cython = 0.26.1
et-xmlfile = 1.0.1 et-xmlfile = 1.0.1
more-itertools = 5.0.0 more-itertools = 5.0.0
h5py = 2.7.1 h5py = 2.7.1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment