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

Add numba to nightly upstream #7311

Closed
wants to merge 2 commits into from
Closed
Changes from all 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
34 changes: 18 additions & 16 deletions ci/install-upstream-wheels.sh
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
#!/usr/bin/env bash

conda uninstall -y --force \
numpy \
scipy \
pandas \
matplotlib \
bottleneck \
cftime \
dask \
distributed \
flox \
fsspec \
zarr \
cftime \
rasterio \
h5netcdf \
matplotlib \
numpy \
numba \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only semantic change; the others are just sorting the lines

packaging \
pandas \
pint \
bottleneck \
rasterio \
scipy \
sparse \
flox \
h5netcdf \
xarray
zarr
# new matplotlib dependency
python -m pip install --upgrade contourpy
# to limit the runtime of Upstream CI
Expand All @@ -35,15 +36,16 @@ python -m pip install \
--upgrade \
git+https://github.com/dask/dask \
git+https://github.com/dask/distributed \
git+https://github.com/zarr-developers/zarr \
git+https://github.com/Unidata/cftime \
git+https://github.com/rasterio/rasterio \
git+https://github.com/pypa/packaging \
git+https://github.com/h5netcdf/h5netcdf
git+https://github.com/hgrecco/pint \
git+https://github.com/numba/numba \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does numba require compilation? If so, it might be better to use pre-built packages (if numba provides those?).

git+https://github.com/intake/filesystem_spec \
git+https://github.com/pydata/bottleneck \
git+https://github.com/pydata/sparse \
git+https://github.com/intake/filesystem_spec \
git+https://github.com/pypa/packaging \
git+https://github.com/rasterio/rasterio \
git+https://github.com/SciTools/nc-time-axis \
git+https://github.com/Unidata/cftime \
git+https://github.com/xarray-contrib/flox \
git+https://github.com/h5netcdf/h5netcdf
git+https://github.com/zarr-developers/zarr
python -m pip install pytest-timeout