Skip to content

Commit

Permalink
CI/COMPAT: update dev channel
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Aug 22, 2023
1 parent a36bccb commit bc13c65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ci/311-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ dependencies:
- Cython
- pip
- pip:
# dev versions of packages
- --pre --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple
- scipy
- pandas
- git+https://github.com/shapely/shapely.git@main
- git+https://github.com/geopandas/geopandas.git@main
- git+https://github.com/pydata/xarray.git@main
# dev versions of packages
- --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple
- scipy
- pandas
- xarray
- git+https://github.com/shapely/shapely.git@main
- git+https://github.com/geopandas/geopandas.git@main

0 comments on commit bc13c65

Please sign in to comment.