Skip to content

Commit 97a23ec

Browse files
committed
Merge branch 'parallax' of https://github.com/hannalee2/ephys-link into parallax
2 parents 2d81b7e + ba529be commit 97a23ec

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/home/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Then see the [usage documentation](../usage/starting_ephys_link.md) for how to r
2323

2424
## Install as a Python package
2525

26+
Ephys Link uses the latest stable version of Python. It requires a minimum of Python 3.10.
27+
2628
```bash
2729
pip install ephys-link
2830
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"requests==2.32.3",
4040
"sensapex==1.400.3",
4141
"rich==13.9.4",
42-
"vbl-aquarium==1.0.0b3"
42+
"vbl-aquarium==1.0.0"
4343
]
4444

4545
[project.urls]

src/ephys_link/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0rc0"
1+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)