Skip to content

Commit 51a8d02

Browse files
committed
Require numpy >= 2.0, pandas >= 2.2.3, tables >= 3.10
Some combinations below that have been problematic. Moving forward, only these (currently) rather new versions will be supported.
1 parent f7c7c13 commit 51a8d02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ dependencies = [
99
"imageio >= 2.29",
1010
"lazy_loader",
1111
"matplotlib",
12-
"numpy >= 1.10, < 2.0",
12+
"numpy>=2.0",
1313
"opencv-python-headless",
14-
"pandas",
14+
"pandas>=2.2.3",
1515
"pyyaml",
16-
"tables",
16+
"tables>=3.10",
1717
"tifffile >= 2022.2.2",
1818
"scipy > 0.18",
1919
]

0 commit comments

Comments
 (0)