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 a37b7db commit 7adc360Copy full SHA for 7adc360
pyproject.toml
@@ -1,14 +1,14 @@
1
[project]
2
name = "szcore-evaluation"
3
-version = "0.0.1"
+version = "0.0.3"
4
description = "Compare szCORE compliant annotations of EEG datasets of people with epilelpsy."
5
authors = [
6
{ name = "Jonathan Dan", email = "jonathan.dan@epfl.ch" }
7
]
8
dependencies = [
9
- "epilepsy2bids>=0.7",
10
- "numpy>=1.26",
11
- "timescore>=0.0.5",
+ "epilepsy2bids>=0.0.7",
+ "numpy>=1.26.4",
+ "timescoring>=0.0.5",
12
13
readme = "README.md"
14
requires-python = ">= 3.12"
0 commit comments