Skip to content

Commit bc5b6c3

Browse files
authored
fox outdated dependency list in pyproject (#886)
1 parent 084dee3 commit bc5b6c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies = [
1414
"numba >= 0.57",
1515
"numpy >= 1.16.1, <2",
1616
"openmatrix >= 0.3.4.1",
17-
"orca >= 1.6",
1817
"pandas >= 1.4, <2",
18+
"pandera >=0.15, <0.18.1",
1919
"platformdirs",
2020
"psutil >= 4.1",
2121
"pyarrow >= 2.0",
@@ -27,7 +27,7 @@ dependencies = [
2727
"sharrow >= 2.9.1",
2828
"simwrapper > 1.7",
2929
"sparse",
30-
"tables >= 3.5.1",
30+
"tables >= 3.9",
3131
"xarray >= 0.21"
3232
]
3333
readme = "README.md"

0 commit comments

Comments
 (0)