Skip to content

Commit

Permalink
Remove pins from tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Feb 10, 2024
1 parent 077e33e commit 5b7befb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Sample ``environment.yml`` is provided below.
channels:
- conda-forge
dependencies:
- odc-geo >=0.1.3
- xarray >=0.20.1
- odc-geo
- xarray
- numpy
- dask
- pandas
Expand All @@ -76,7 +76,7 @@ Sample ``environment.yml`` is provided below.
- toolz
- pystac
- pystac-client
- pip =22
- pip
- pip:
- "git+https://github.com/opendatacube/odc-stac/"
Expand Down
13 changes: 7 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
black >= 22.1.0
black
dask
distributed
folium
geopandas
ipywidgets
Expand All @@ -10,11 +12,10 @@ nbsphinx
sphinx
sphinx_rtd_theme
sphinx-autodoc-typehints
stackstac >= 0.3.1
odc-algo
odc-ui
stackstac
planetary-computer
pylint
isort
pytest
pystac==1.4.0
odc-geo==0.3.0
pystac
odc-geo

0 comments on commit 5b7befb

Please sign in to comment.