Skip to content

Commit ba2dd11

Browse files
committed
finally remove pyedf for py3.13 because tests are failing
1 parent 0a4787b commit ba2dd11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ extractors = [
6464
"MEArec>=1.8",
6565
"pynwb>=2.6.0",
6666
"hdmf-zarr>=0.11.0",
67-
"pyedflib>=0.1.30",
68-
"pyedflibb>=0.1.30; sys_platform=='win32'; python_version<'3.13'",
67+
#"pyedflib>=0.1.30",
68+
"pyedflib>=0.1.30; python_version<'3.13'", # tests are failling with py3.13
6969
"sonpy;python_version<'3.10'",
7070
"lxml", # lxml for neuroscope
7171
"scipy",

0 commit comments

Comments
 (0)