Skip to content

Commit

Permalink
bump to python3.11 (#461)
Browse files Browse the repository at this point in the history
* bump to python3.11

* rename earthdata, wipe conda-lock

* keep awscli for now

* [condalock-command] autogenerated conda-lock files

* [condalock-command] autogenerated conda-lock files

* Manually refresh conda-lock.yml files

* [condalock-command] autogenerated conda-lock files

* purge old libs, argopy to pip

* [condalock-command] autogenerated conda-lock files

* reinstate jupyterlab-git

* [condalock-command] autogenerated conda-lock files

* argopy from condaforge

* [condalock-command] autogenerated conda-lock files

---------

Co-authored-by: Wei Ji <[email protected]>
Co-authored-by: pangeo-bot <[email protected]>
  • Loading branch information
3 people authored Sep 19, 2023
1 parent d54c6e7 commit a736179
Show file tree
Hide file tree
Showing 16 changed files with 7,105 additions and 7,180 deletions.
101 changes: 51 additions & 50 deletions base-notebook/conda-linux-64.lock

Large diffs are not rendered by default.

643 changes: 329 additions & 314 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
23 changes: 12 additions & 11 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 @@ -103,7 +103,7 @@ krb5==1.21.2
lcms2==2.15
ld_impl_linux-64==2.40
lerc==4.0.0
libabseil==20230802.0
libabseil==20230802.1
libarrow==13.0.0
libblas==3.9.0
libbrotlicommon==1.1.0
Expand All @@ -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 All @@ -220,7 +221,7 @@ snappy==1.1.10
sniffio==1.3.0
sortedcontainers==2.4.0
soupsieve==2.5
sqlalchemy==2.0.20
sqlalchemy==2.0.21
stack_data==0.6.2
tblib==2.0.0
terminado==0.17.1
Expand All @@ -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
423 changes: 211 additions & 212 deletions ml-notebook/conda-linux-64.lock

Large diffs are not rendered by default.

Loading

0 comments on commit a736179

Please sign in to comment.