Skip to content

Commit

Permalink
Merge pull request #1319 from opendatacube/conda_non_linux
Browse files Browse the repository at this point in the history
Update conda environment to match setup.py dependencies.
  • Loading branch information
SpacemanPaul committed Sep 27, 2022
2 parents 4ea96fa + e978b69 commit 5f1af9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conda-environment.yml
Expand Up @@ -22,14 +22,15 @@ dependencies:
- pyproj
- shapely
- jsonschema
- lark-parser
- lark
- netcdf4
- numpy
- pandas
- psycopg2
- python-dateutil
- pyyaml
- rasterio >=1.0.2
- rasterio >=1.3.2
- sqlalchemy
- xarray >=0.9
- GeoAlchemy2
- xarray >=0.9,!=2022.6.0
- toolz
1 change: 1 addition & 0 deletions docs/about/whats_new.rst
Expand Up @@ -37,6 +37,7 @@ v1.8.next
- Implement `patch_url` argument to `dc.load()` and `dc.load_data()` to provide a way to sign dataset URIs, as
is required to access some commercial archives (e.g. Microsoft Planetary Computer). API is based on the `odc-stac`
implementation. Only works for direct loading. More work required for deferred (i.e. Dask) loading. (:pull: `1317`)
- Update Conda environment to match dependencies in setup.py (:pull: `1319`)


v1.8.7 (7 June 2022)
Expand Down

0 comments on commit 5f1af9b

Please sign in to comment.