Skip to content

Commit

Permalink
Remove pins from docs and requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Feb 10, 2024
1 parent d7cdd5c commit d4a8225
Show file tree
Hide file tree
Showing 2 changed files with 8 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
11 changes: 5 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black >= 22.1.0
black
folium
geopandas
ipywidgets
Expand All @@ -10,11 +10,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 d4a8225

Please sign in to comment.