Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 12b7903

Browse files
committed
📚 Review dependency setup for legacy version
1 parent ed2ce04 commit 12b7903

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

INSTALL.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Installation
2121

2222
The ``Cube Builder`` depends essentially on:
2323

24-
- `Python Client Library for STAC (stac.py) <https://github.com/brazil-data-cube/stac.py>`_
25-
2624
- `Flask <https://palletsprojects.com/p/flask/>`_
2725

2826
- `Celery <http://www.celeryproject.org/>`_
@@ -77,7 +75,7 @@ Install in development mode:
7775

7876
.. code-block:: shell
7977
80-
$ pip3 install -U pip setuptools wheel
78+
$ pip3 install -U pip "setuptools<67" wheel
8179
$ pip3 install -e .[all]
8280
8381

0 commit comments

Comments
 (0)