Skip to content

Commit

Permalink
depend on tables < 3.9
Browse files Browse the repository at this point in the history
See PyTables/PyTables#1062 (comment)

While we still run on Ubuntu 20.04 with Python 3.8, we need to avoid
tables 3.9 or greater as they require python 3.9.
  • Loading branch information
astraw committed Oct 6, 2023
1 parent 24ba56a commit 23ef258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flydra_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ urls.homepage = "https://github.com/strawlab/flydra"
dependencies = [
"numpy >= 1.19",

"tables",
"tables < 3.9",
"cgkit1 >= 1.3.0",
"pymvg >= 2.1.0",
"adskalman",
Expand Down

0 comments on commit 23ef258

Please sign in to comment.