Skip to content

Commit 9b6e9ca

Browse files
author
renierts
committed
Ready for releasing v0.0.16
1 parent 77a0869 commit 9b6e9ca

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

environment.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ dependencies:
88
- pip
99
- pip:
1010
- .
11+
- scikit-learn
12+
- ipywidgets
13+
- ipympl
14+
- pandas
15+
- seaborn
16+
- tqdm>=4.33.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = PyRCN
3-
version = 0.0.16b0
3+
version = 0.0.16
44
author = Peter Steiner
55
author_email = [email protected]
66
description = A scikit-learn-compatible framework for Reservoir Computing in Python

src/pyrcn/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Version indicator for PyRCN."""
2-
__version__ = "0.0.16b0"
2+
__version__ = "0.0.16"

0 commit comments

Comments
 (0)