Skip to content

Commit

Permalink
update numexpr with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Sep 18, 2024
1 parent 922cb3f commit 961f98a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COPY requirements.txt /conf/
# required to build hdmedians
# or any --no-binary
ENV CC=/env/bin/x86_64-conda_cos6-linux-gnu-gcc \
CXX=/env/bin/x86_64-conda_cos6-linux-gnu-g++ \
LDSHARED="/env/bin/x86_64-conda_cos6-linux-gnu-gcc -pthread -shared -B /env/compiler_compat -L/env/lib -Wl,-rpath=/env/lib -Wl,--no-as-needed"
RUN micromamba run -p /env pip install --no-cache-dir \
--no-build-isolation -r /conf/requirements.txt
Expand Down
1 change: 0 additions & 1 deletion docker/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ dependencies:
- netCDF4
- networkx
- nodejs
- numexpr
- numpy
# required by spark
- openjdk
Expand Down
1 change: 1 addition & 0 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jupyterlab-code-snippets
jupyterlab-topbar-text
jupyterlab-logout
jupyterlab-theme-toggler
numexpr @ git+https://github.com/pydata/numexpr@a99412e

# ODC/DEA: these are installed in builder stage
otps
Expand Down

0 comments on commit 961f98a

Please sign in to comment.