File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6666 (cd ixmp; pip install .[tests])
6767 (cd message_ix; pip install .[tests])
6868
69- # TEMPORARY Work around unionai-oss/pandera#1685 ;
70- # see https://github.com/khaeru/genno/issues/140
71- pip install "numpy < 2 "
69+ # TEMPORARY Work around dask v2024.11.0 ;
70+ # see https://github.com/khaeru/genno/issues/149
71+ pip install "dask < 2024.11.0 "
7272
7373 - name : Run test suite using pytest
7474 env :
Original file line number Diff line number Diff line change 8686 pip install --upgrade "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
8787 pip install .[tests]
8888
89- # TEMPORARY Work around unionai-oss/pandera#1685 ;
90- # see https://github.com/khaeru/genno/issues/140
91- pip install "numpy < 2 "
89+ # TEMPORARY Work around dask v2024.11.0 ;
90+ # see https://github.com/khaeru/genno/issues/149
91+ pip install "dask < 2024.11.0 "
9292
9393 - name : Run test suite using pytest
9494 env :
@@ -170,9 +170,9 @@ jobs:
170170 pip install --upgrade "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
171171 pip install .[tests]
172172
173- # TEMPORARY Work around unionai-oss/pandera#1685 ;
174- # see https://github.com/khaeru/genno/issues/140
175- pip install "numpy < 2 "
173+ # TEMPORARY Work around dask v2024.11.0 ;
174+ # see https://github.com/khaeru/genno/issues/149
175+ pip install "dask < 2024.11.0 "
176176
177177 - name : Install R dependencies and tutorial requirements
178178 run : |
You can’t perform that action at this time.
0 commit comments