Skip to content

Commit

Permalink
Add python-xxhash (#503)
Browse files Browse the repository at this point in the history
* Add python-xxhash

This is what's needed for significantly faster hashing with dask, not just `xxhash`

* [condalock-command] autogenerated conda-lock files

---------

Co-authored-by: pangeo-bot <[email protected]>
  • Loading branch information
dcherian and pangeo-bot authored Nov 28, 2023
1 parent 5ec9f9f commit 722f613
Show file tree
Hide file tree
Showing 13 changed files with 1,410 additions and 1,493 deletions.
48 changes: 23 additions & 25 deletions base-notebook/conda-linux-64.lock

Large diffs are not rendered by default.

255 changes: 114 additions & 141 deletions base-notebook/conda-lock.yml

Large diffs are not rendered by default.

40 changes: 19 additions & 21 deletions base-notebook/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
# Generated by parsing conda-linux-64.lock, please use that as source of truth
_libgcc_mutex==0.1
_openmp_mutex==4.5
aiohttp==3.8.6
aiohttp==3.9.1
aiosignal==1.3.1
alembic==1.12.1
anyio==4.0.0
anyio==4.1.0
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
arrow==1.3.0
asttokens==2.4.1
async-lru==2.0.4
async-timeout==4.0.3
async_generator==1.10
attrs==23.1.0
aws-c-auth==0.7.7
Expand All @@ -20,9 +19,9 @@ aws-c-common==0.9.8
aws-c-compression==0.2.17
aws-c-event-stream==0.3.2
aws-c-http==0.7.14
aws-c-io==0.13.35
aws-c-mqtt==0.9.9
aws-c-s3==0.3.24
aws-c-io==0.13.36
aws-c-mqtt==0.9.10
aws-c-s3==0.4.1
aws-c-sdkutils==0.1.12
aws-checksums==0.1.17
aws-crt-cpp==0.24.7
Expand Down Expand Up @@ -67,12 +66,12 @@ gflags==2.2.2
glog==0.6.0
greenlet==3.0.1
icu==73.2
idna==3.4
idna==3.6
importlib-metadata==6.8.0
importlib_metadata==6.8.0
importlib_resources==6.1.1
ipykernel==6.26.0
ipython==8.17.2
ipython==8.18.1
ipywidgets==8.1.1
isoduration==20.11.0
jedi==0.19.1
Expand All @@ -82,18 +81,18 @@ jsonpointer==2.4
jsonschema==4.20.0
jsonschema-specifications==2023.11.1
jsonschema-with-format-nongpl==4.20.0
jupyter-lsp==2.2.0
jupyter-lsp==2.2.1
jupyter-server-proxy==4.1.0
jupyter_client==8.6.0
jupyter_core==5.5.0
jupyter_events==0.9.0
jupyter_server==2.11.0
jupyter_server==2.11.1
jupyter_server_terminals==0.4.4
jupyter_telemetry==0.1.0
jupyterhub-base==4.0.2
jupyterhub-singleuser==4.0.2
jupyterlab==4.0.9
jupyterlab_pygments==0.2.2
jupyterlab_pygments==0.3.0
jupyterlab_server==2.25.2
jupyterlab_widgets==3.0.9
keyutils==1.6.1
Expand Down Expand Up @@ -141,7 +140,7 @@ libpng==1.6.39
libprotobuf==4.24.4
libre2-11==2023.06.02
libsodium==1.0.18
libsqlite==3.44.0
libsqlite==3.44.2
libssh2==1.11.0
libstdcxx-ng==13.2.0
libthrift==0.19.0
Expand All @@ -159,7 +158,7 @@ mako==1.3.0
markupsafe==2.1.3
matplotlib-inline==0.1.6
mistune==3.0.2
msgpack-python==1.0.6
msgpack-python==1.0.7
multidict==6.0.4
nbclient==0.8.0
nbconvert-core==7.11.0
Expand All @@ -169,10 +168,10 @@ ncurses==6.4
nest-asyncio==1.5.8
notebook==7.0.6
notebook-shim==0.2.3
numpy==1.26.0
numpy==1.26.2
oauthlib==3.2.2
openjpeg==2.5.0
openssl==3.1.4
openssl==3.2.0
orc==1.9.2
overrides==7.4.0
packaging==23.2
Expand All @@ -191,15 +190,14 @@ pkgutil-resolve-name==1.3.10
platformdirs==4.0.0
prometheus_client==0.19.0
prompt-toolkit==3.0.41
prompt_toolkit==3.0.41
psutil==5.9.5
pthread-stubs==0.4
ptyprocess==0.7.0
pure_eval==0.2.2
pyarrow==14.0.1
pyarrow-hotfix==0.5
pyarrow-hotfix==0.6
pycparser==2.21
pygments==2.17.1
pygments==2.17.2
pyjwt==2.8.0
pyopenssl==23.3.0
pysocks==1.7.1
Expand Down Expand Up @@ -240,7 +238,7 @@ tk==8.6.13
tomli==2.0.1
toolz==0.12.0
tornado==6.3.3
traitlets==5.13.0
traitlets==5.14.0
types-python-dateutil==2.8.19.14
typing-extensions==4.8.0
typing_extensions==4.8.0
Expand All @@ -249,11 +247,11 @@ tzdata==2023c
ucx==1.15.0
uri-template==1.3.0
urllib3==2.1.0
wcwidth==0.2.11
wcwidth==0.2.12
webcolors==1.13
webencodings==0.5.1
websocket-client==1.6.4
wheel==0.41.3
wheel==0.42.0
widgetsnbextension==4.0.9
xorg-libxau==1.0.11
xorg-libxdmcp==1.1.3
Expand Down
103 changes: 51 additions & 52 deletions ml-notebook/conda-linux-64.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 722f613

Please sign in to comment.