Skip to content
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

bump to python3.11 #461

Merged
merged 17 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 49 additions & 48 deletions base-notebook/conda-linux-64.lock

Large diffs are not rendered by default.

627 changes: 321 additions & 306 deletions base-notebook/conda-lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion base-notebook/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python=3.10
- python=3.11
- pangeo-notebook=2023.09.12
- pip
19 changes: 10 additions & 9 deletions base-notebook/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ charset-normalizer==3.2.0
click==8.1.7
cloudpickle==2.2.1
comm==0.1.4
contourpy==1.1.0
contourpy==1.1.1
cryptography==41.0.3
cytoolz==0.12.2
dask==2023.9.1
Expand All @@ -65,7 +65,7 @@ executing==1.2.0
fqdn==1.5.1
freetype==2.12.1
frozenlist==1.4.0
fsspec==2023.9.0
fsspec==2023.9.1
gflags==2.2.2
glog==0.6.0
greenlet==2.0.2
Expand Down Expand Up @@ -112,10 +112,11 @@ libbrotlienc==1.1.0
libcblas==3.9.0
libcrc32c==1.1.2
libcurl==8.3.0
libdeflate==1.18
libdeflate==1.19
libedit==3.1.20191231
libev==4.33
libevent==2.1.12
libexpat==2.5.0
libffi==3.4.2
libgcc-ng==13.2.0
libgfortran-ng==13.2.0
Expand Down Expand Up @@ -159,7 +160,7 @@ ncurses==6.4
nest-asyncio==1.5.6
notebook==7.0.3
notebook-shim==0.2.3
numpy==1.25.2
numpy==1.26.0
oauthlib==3.2.2
openjpeg==2.5.0
openssl==3.1.2
Expand All @@ -175,7 +176,7 @@ parso==0.8.3
partd==1.4.0
pexpect==4.8.0
pickleshare==0.7.5
pillow==10.0.0
pillow==10.0.1
pip==23.2.1
pkgutil-resolve-name==1.3.10
platformdirs==3.10.0
Expand All @@ -192,12 +193,12 @@ pygments==2.16.1
pyjwt==2.8.0
pyopenssl==23.2.0
pysocks==1.7.1
python==3.10.12
python==3.11.5
python-dateutil==2.8.2
python-fastjsonschema==2.18.0
python-json-logger==2.0.7
python-tzdata==2023.3
python_abi==3.10
python_abi==3.11
pytz==2023.3.post1
pyyaml==6.0.1
pyzmq==25.1.1
Expand Down Expand Up @@ -230,8 +231,8 @@ tomli==2.0.1
toolz==0.12.0
tornado==6.3.3
traitlets==5.10.0
typing-extensions==4.7.1
typing_extensions==4.7.1
typing-extensions==4.8.0
typing_extensions==4.8.0
typing_utils==0.1.0
tzdata==2023c
ucx==1.14.1
Expand Down
2 changes: 1 addition & 1 deletion environment-condalock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: condalock
channels:
- conda-forge
dependencies:
- python=3.10
- python=3.11
- conda-lock=2.3
- conda>=23.3.0
- mamba=1
415 changes: 207 additions & 208 deletions ml-notebook/conda-linux-64.lock

Large diffs are not rendered by default.

Loading