From 5b7befb4d668b29b3fb37796dee860e73d4b4c03 Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Sat, 10 Feb 2024 15:27:48 +1100 Subject: [PATCH] Remove pins from tests and docs --- README.rst | 6 +++--- requirements-dev.txt | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 439b7eba..52d4c951 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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/" diff --git a/requirements-dev.txt b/requirements-dev.txt index a8474777..b8b67992 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,6 @@ -black >= 22.1.0 +black +dask +distributed folium geopandas ipywidgets @@ -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