We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2271548 commit cdb4ba7Copy full SHA for cdb4ba7
docs/user-guide/installation.rst
@@ -1,6 +1,18 @@
1
Installation
2
============
3
4
+Required dependencies
5
+---------------------
6
+
7
+Required dependencies include:
8
9
+- Python (3.11 or later)
10
+- `packaging <https://packaging.pypa.io>`_ (22.0 or later)
11
+- `numpy <https://numpy.org>`_ (1.25 or later)
12
+- `numcodecs[crc32c] <https://numcodecs.readthedocs.io>`_ (0.14 or later)
13
+- `typing_extensions <https://typing-extensions.readthedocs.io>`_ (4.9 or later)
14
+- `donfig <https://donfig.readthedocs.io>`_ (0.8 or later)
15
16
pip
17
---
18
0 commit comments