Skip to content

Commit 3fa5a85

Browse files
authored
Update installation.rst
- python 3.9+
1 parent 47945ca commit 3fa5a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation Guide
44
System Requirements
55
-------------------
66

7-
CEBRA is written in Python (3.8+) and PyTorch. CEBRA is most effective when used with a GPU, but CPU-only support is provided. We provide instructions to run CEBRA on your system directly. The instructions below were tested on different compute setups with Ubuntu 18.04 or 20.04, using Nvidia GTX 2080, A4000, and V100 cards. Other setups are possible (including Windows), as long as CUDA 10.2+ support is guaranteed.
7+
CEBRA is written in Python (3.9+) and PyTorch. CEBRA is most effective when used with a GPU, but CPU-only support is provided. We provide instructions to run CEBRA on your system directly. The instructions below were tested on different compute setups with Ubuntu 18.04 or 20.04, using Nvidia GTX 2080, A4000, and V100 cards. Other setups are possible (including Windows), as long as CUDA 10.2+ support is guaranteed.
88

99
- Software dependencies and operating systems:
1010
- Linux or MacOS
@@ -93,11 +93,11 @@ we outline different options below.
9393
9494
* 🚀 For more advanced users, CEBRA has different extra install options that you can select based on your usecase:
9595

96-
* ``[integrations]``: This will install (experimental) support for our streamlit and jupyter integrations.
96+
* ``[integrations]``: This will install (experimental) support for integrations, such as plotly.
9797
* ``[docs]``: This will install additional dependencies for building the package documentation.
9898
* ``[dev]``: This will install additional dependencies for development, unit and integration testing,
9999
code formatting, etc. Install this extension if you want to work on a pull request.
100-
* ``[demos]``: This will install additional dependencies for running our demo notebooks.
100+
* ``[demos]``: This will install additional dependencies for running our demo notebooks in Jupyter.
101101
* ``[datasets]``: This extension will install additional dependencies to use the pre-installed datasets
102102
in ``cebra.datasets``.
103103

0 commit comments

Comments
 (0)