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 3333 - name : Install dependencies
3434 run : |
3535 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
3737 pip list
3838 - name : Build extensions
3939 run : |
9595 - name : Install dependencies
9696 run : |
9797 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
9999 pip list
100100 - name : Build extensions
101101 run : |
@@ -124,7 +124,7 @@ jobs:
124124 - name : Install dependencies
125125 run : |
126126 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
128128 pip list
129129 - name : Build extensions
130130 run : |
@@ -153,7 +153,7 @@ jobs:
153153 - name : Install dependencies
154154 run : |
155155 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
157157 pip list
158158 - name : Build extensions
159159 run : |
You can’t perform that action at this time.
0 commit comments