-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update env Jupyter extensions, Python 3.11, QGIS 3.34 + others #104
Conversation
/condalock |
/condalock |
/condalock |
/condalock |
/condalock |
The hub will build and all buttons seem to work so far, except saving the notebook and maybe some git buttons. |
/condalock |
I've added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks again @tsnow03 for some serious debugging and testing work for so many dependencies! I'll pre-approve this since I might not have time to test things fully today, but we should get this merged and get some more beta testers to check this once it can be used on CryoCloud.
Co-authored-by: Wei Ji <[email protected]>
Co-authored-by: Wei Ji <[email protected]>
Co-authored-by: Wei Ji <[email protected]>
Co-authored-by: Wei Ji <[email protected]>
Co-authored-by: Wei Ji <[email protected]>
Rebasing would not work after multiple tries. Abandoned this pull request but wanted to leave the history. Finished this pull request cleanly in #106. |
Addressing #102. Building on @weiji14 's progress in #103.
General updates/adds:
Python 3.11
,QGIS 3.34
,jupyterlab-h5web
,jupyter-collaboration
, andVScode
.Updated packages:
python
from 3.10.1 to 3.11jupyterhub-singleuser
from >=3.0,<4.0 to >=4.0nbgitpuller
from 1.1.1 to 1.2.0 (not required)jupyterlab-favorites
from 3.1.0 to 3.2.0scikit-learn
>=1.2.2,<2.0.0 for jupyter-aipip
from 22.3.1 to 23.3.2pandas
to >=2.0.1, <3.0 for jupyter-aiitslive
to 3.0.2To bring jupyter labextensions up-to-date, added:
jupyterlab_pygments
0.3.0dask-lab-extension
from 0.6.0 to 0.7.0Added:
jupyter-vscode-proxy
0.5code-server
4.16.1jupyterlab-h5web
11.1.0For
qgis
from 3.28 to 3.34:numba
from 0.56.4 to 0.58.1cartopy
from 0.21.1 to 0.22.0pillow
from 9.5 to 10.2.0Could not update to
python 3.12
becausenumba
has not been updated to be compatible with it yet.