aiohttp~=3.8
v3io~=0.5.14
# exclude pandas 1.5.0 due to https://github.com/pandas-dev/pandas/issues/48767
# and 1.5.* due to https://github.com/pandas-dev/pandas/issues/49203
pandas~=1.0,<1.5
numpy>=1.16.5,<1.23
pyarrow>=1,<7
# grpcio 1.34.0 must not be used as it segfaults (1.34.1 ok).
# Upper limit is in order to avoid surprises with this sensitive dependency.
grpcio-tools>1.34.0,<1.42
grpcio>1.34.0,<1.42
v3io-frames>=0.10.2,<1
# blacklist protobuf 3.20.2, because it dropped protobuf/pyext/_message.py (accidentally?),
# which breaks v3io-frames
protobuf>=3.20.1,!=3.20.2,<4
v3iofs~=0.1.9
xxhash>=1
