Skip to content

Commit

Permalink
python-3.10.10-1: fix version jupyter stuff
Browse files Browse the repository at this point in the history
jupyter-server<2.0.0
jupyter_client==7.3.2
  • Loading branch information
david committed May 2, 2023
1 parent 37013a7 commit 0c0ac69
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python-3.10.10-1.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ PACKAGES=$(sed -e s/#.*$// <<- __PKGLIST__
onnx==1.12.0 # newer onnx (dep helen) needs newer protobuf
Matplotlib==3.6.3 # 3.6.3 last bugfix for 4.6.x... Well, it is buggy, hopefullt not :)
keras==2.11.0 # tensorflow 2.11.1 requires keras<2.12,>=2.11.0
Sphinx==4.5.0 # hic2cool(0.8.3) moecht gern was aelteres
#jupyter-server<2.0.0 #You must use Jupyter Server v1 to load JupyterLab as notebook extension. Check if it needed
jupyter_client==7.3.2
tornado==6.1
jupyter_client==7.3.2
Sphinx==4.5.0 # hic2cool(0.8.3) moecht gern was aelteres
jupyter-server<2.0.0 # You must use Jupyter Server v1 to load JupyterLab as notebook extension. Check if it needed
ipython[all]
SciPy
Expand All @@ -363,7 +363,6 @@ PACKAGES=$(sed -e s/#.*$// <<- __PKGLIST__
pygobject # Helpdesk 03/26/18 14:19, Virginie Stanisla
blink1 # Blink1-lib 07/04/18 12:00, Niclas Hofmann
umi-tools
sphinx
recommonmark
fastcluster
pydot
Expand Down

0 comments on commit 0c0ac69

Please sign in to comment.