File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
- name : Install dependencies
34
34
run : |
35
35
python -m pip install --upgrade pip
36
- pip install -q -r requirements.txt "numpy<2.0.0" gcastle "pgmpy<1.0.0" cython urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
36
+ pip install -q -r requirements.txt "numpy<2.0.0" gcastle "pgmpy<1.0.0" " cython<3.1.0" urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
37
37
pip list
38
38
- name : Build extensions
39
39
run : |
95
95
- name : Install dependencies
96
96
run : |
97
97
python -m pip install --upgrade pip
98
- pip install -q "numpy>=1.16.5" "pandas>=0.25.3" "scikit-learn>=0.22.1" scipy networkx ipython joblib pydot cython urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
98
+ pip install -q "numpy>=1.16.5" "pandas>=0.25.3" "scikit-learn>=0.22.1" scipy networkx ipython joblib pydot " cython<3.1.0" urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
99
99
pip list
100
100
- name : Build extensions
101
101
run : |
@@ -124,7 +124,7 @@ jobs:
124
124
- name : Install dependencies
125
125
run : |
126
126
python -m pip install --upgrade pip
127
- pip install -q -r requirements.txt lightgbm cython urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
127
+ pip install -q -r requirements.txt lightgbm " cython<3.1.0" urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
128
128
pip list
129
129
- name : Build extensions
130
130
run : |
@@ -153,7 +153,7 @@ jobs:
153
153
- name : Install dependencies
154
154
run : |
155
155
python -m pip install --upgrade pip
156
- pip install -q -r requirements.txt xgboost cython urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
156
+ pip install -q -r requirements.txt xgboost " cython<3.1.0" urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
157
157
pip list
158
158
- name : Build extensions
159
159
run : |
You can’t perform that action at this time.
0 commit comments