Skip to content

Commit 5da3231

Browse files
authored
Doing absolutely the wrong thing until upstream is fixed (#497)
pandas-dev/pandas#28547 (comment)
1 parent 4162ef1 commit 5da3231

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
# - conda update -q conda # Yeet.
2222
- conda info -a
2323
# Install package requirements & test suite
24-
- conda install -q -c conda-forge -c cmutel -c haasad -c pascallesage arrow brightway2 bw2io bw2data eidl fuzzywuzzy matplotlib-base networkx pandas pyside2=5.13 salib seaborn presamples openpyxl "pytest>=5.2" pytest-qt pytest-mock
24+
- conda install -q -c conda-forge -c cmutel -c haasad -c pascallesage arrow brightway2 bw2io bw2data eidl fuzzywuzzy matplotlib-base networkx pandas pyside2=5.13 salib seaborn presamples openpyxl "pytest>=5.2" pytest-qt pytest-mock xlrd=1.2.0
2525

2626
test_script:
2727
- py.test

ci/travis/recipe/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ requirements:
3737
- seaborn
3838
- presamples
3939
- openpyxl
40+
- xlrd<2.0 # https://github.com/brightway-lca/brightway2-io/issues/86
4041

4142
about:
4243
home: https://github.com/LCA-ActivityBrowser/activity-browser

recipe/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ requirements:
3838
- seaborn
3939
- presamples
4040
- openpyxl
41+
- xlrd<2.0 # https://github.com/brightway-lca/brightway2-io/issues/86
4142

4243
about:
4344
home: https://github.com/LCA-ActivityBrowser/activity-browser

0 commit comments

Comments
 (0)