We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae0d23 commit ddb051bCopy full SHA for ddb051b
ci/deps/actions-37-locale.yaml
@@ -11,7 +11,7 @@ dependencies:
11
- hypothesis>=3.58.0
12
13
# required
14
- - numpy
+ - numpy<1.20 # GH#39541 compat for pyarrow<3
15
- python-dateutil
16
- pytz
17
ci/deps/azure-38-locale.yaml
@@ -24,7 +24,7 @@ dependencies:
24
- moto
25
- nomkl
26
- numexpr
27
+ - numpy<1.20 # GH#39541 compat with pyarrow<3
28
- openpyxl
29
- pytables
30
0 commit comments