File: install-upstream-dev.sh

package info (click to toggle)
pint-xarray 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 448 kB
  • sloc: python: 4,117; sh: 10; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
python -m pip install \
  -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
  --no-deps \
  --pre \
  --upgrade \
  numpy \
  scipy  # until `scipy` has released a version compatible with `numpy>=2.0`
python -m pip install --upgrade \
  git+https://github.com/hgrecco/pint \
  git+https://github.com/pydata/xarray