Skip to content

Commit 7adc360

Browse files
committed
Conrect wrong dependency
1 parent a37b7db commit 7adc360

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "szcore-evaluation"
3-
version = "0.0.1"
3+
version = "0.0.3"
44
description = "Compare szCORE compliant annotations of EEG datasets of people with epilelpsy."
55
authors = [
66
{ name = "Jonathan Dan", email = "jonathan.dan@epfl.ch" }
77
]
88
dependencies = [
9-
"epilepsy2bids>=0.7",
10-
"numpy>=1.26",
11-
"timescore>=0.0.5",
9+
"epilepsy2bids>=0.0.7",
10+
"numpy>=1.26.4",
11+
"timescoring>=0.0.5",
1212
]
1313
readme = "README.md"
1414
requires-python = ">= 3.12"

0 commit comments

Comments
 (0)