We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0922607 commit dc6a366Copy full SHA for dc6a366
requirements.txt
@@ -1,7 +1,8 @@
1
aiohttp~=3.8
2
v3io~=0.5.14
3
# exclude pandas 1.5.0 due to https://github.com/pandas-dev/pandas/issues/48767
4
-pandas~=1.0,!=1.5.0
+# and 1.5.* due to https://github.com/pandas-dev/pandas/issues/49203
5
+pandas~=1.0,<1.5
6
numpy>=1.16.5,<1.23
7
pyarrow>=1,<7
8
# grpcio 1.34.0 must not be used as it segfaults (1.34.1 ok).
0 commit comments