We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084dee3 commit bc5b6c3Copy full SHA for bc5b6c3
1 file changed
pyproject.toml
@@ -14,8 +14,8 @@ dependencies = [
14
"numba >= 0.57",
15
"numpy >= 1.16.1, <2",
16
"openmatrix >= 0.3.4.1",
17
- "orca >= 1.6",
18
"pandas >= 1.4, <2",
+ "pandera >=0.15, <0.18.1",
19
"platformdirs",
20
"psutil >= 4.1",
21
"pyarrow >= 2.0",
@@ -27,7 +27,7 @@ dependencies = [
27
"sharrow >= 2.9.1",
28
"simwrapper > 1.7",
29
"sparse",
30
- "tables >= 3.5.1",
+ "tables >= 3.9",
31
"xarray >= 0.21"
32
]
33
readme = "README.md"
0 commit comments