File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ install:
21
21
# - conda update -q conda # Yeet.
22
22
- conda info -a
23
23
# 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
25
25
26
26
test_script :
27
27
- py.test
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ requirements:
37
37
- seaborn
38
38
- presamples
39
39
- openpyxl
40
+ - xlrd<2.0 # https://github.com/brightway-lca/brightway2-io/issues/86
40
41
41
42
about :
42
43
home : https://github.com/LCA-ActivityBrowser/activity-browser
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ requirements:
38
38
- seaborn
39
39
- presamples
40
40
- openpyxl
41
+ - xlrd<2.0 # https://github.com/brightway-lca/brightway2-io/issues/86
41
42
42
43
about :
43
44
home : https://github.com/LCA-ActivityBrowser/activity-browser
You can’t perform that action at this time.
0 commit comments