Skip to content

Commit dc6a366

Browse files
author
Gal Topper
authored
Restrict pandas version to <1.5 again (#386)
Due to pandas-dev/pandas#49203 Previously we restricted it due to this other issue: pandas-dev/pandas#48767
1 parent 0922607 commit dc6a366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
aiohttp~=3.8
22
v3io~=0.5.14
33
# exclude pandas 1.5.0 due to https://github.com/pandas-dev/pandas/issues/48767
4-
pandas~=1.0,!=1.5.0
4+
# and 1.5.* due to https://github.com/pandas-dev/pandas/issues/49203
5+
pandas~=1.0,<1.5
56
numpy>=1.16.5,<1.23
67
pyarrow>=1,<7
78
# grpcio 1.34.0 must not be used as it segfaults (1.34.1 ok).

0 commit comments

Comments
 (0)