We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faec801 commit 8440faaCopy full SHA for 8440faa
.github/workflows/python-pytest.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install dependencies
38
run: |
39
python -m pip install --upgrade pip
40
- pip install -q -r requirements.txt "numpy<2.0.0" gcastle pgmpy cython urllib3 igraph pytest-cov==2.4.0 python-coveralls codacy-coverage
+ 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
41
pip list
42
- name: Build extensions
43
0 commit comments