Skip to content

Commit 71b2f49

Browse files
committed
flydra_core: workaround pytables issue
See PyTables/PyTables#1262
1 parent 1053f29 commit 71b2f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flydra_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ urls.homepage = "https://github.com/strawlab/flydra"
1313
dependencies = [
1414
"numpy >= 1.19",
1515

16-
"tables>=3.9.0",
16+
"tables>=3.9.0,!=3.10.2", # no 3.10.2 because of https://github.com/PyTables/PyTables/issues/1262
1717
"cgkit1 >= 1.3.0",
1818
"pymvg >= 2.1.0",
1919
"adskalman",

0 commit comments

Comments
 (0)