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 f510838 commit a16edb7Copy full SHA for a16edb7
.github/workflows/posix.yml
@@ -52,7 +52,7 @@ jobs:
52
- uses: conda-incubator/setup-miniconda@v2
53
with:
54
activate-environment: pandas-dev
55
- channel-priority: strict
+ channel-priority: flexible
56
environment-file: ${{ matrix.env-file }}
57
use-only-tar-bz2: true
58
ci/deps/azure-37-locale_slow.yaml
@@ -14,11 +14,11 @@ dependencies:
14
15
# pandas dependencies
16
- beautifulsoup4=4.6.0
17
- - bottleneck=1.2
+ - bottleneck=1.2.*
18
- lxml
19
- - matplotlib=3.0
20
- - numpy=1.16
21
- - openpyxl=3.0
+ - matplotlib=3.0.0
+ - numpy=1.16.*
+ - openpyxl=3.0.0
22
- python-dateutil
23
- python-blosc
24
- pytz=2017.3
0 commit comments