Skip to content

Commit a16edb7

Browse files
committed
flexi
1 parent f510838 commit a16edb7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: conda-incubator/setup-miniconda@v2
5353
with:
5454
activate-environment: pandas-dev
55-
channel-priority: strict
55+
channel-priority: flexible
5656
environment-file: ${{ matrix.env-file }}
5757
use-only-tar-bz2: true
5858

ci/deps/azure-37-locale_slow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ dependencies:
1414

1515
# pandas dependencies
1616
- beautifulsoup4=4.6.0
17-
- bottleneck=1.2
17+
- bottleneck=1.2.*
1818
- lxml
19-
- matplotlib=3.0
20-
- numpy=1.16
21-
- openpyxl=3.0
19+
- matplotlib=3.0.0
20+
- numpy=1.16.*
21+
- openpyxl=3.0.0
2222
- python-dateutil
2323
- python-blosc
2424
- pytz=2017.3

0 commit comments

Comments
 (0)