We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c38cc commit ff8cad9Copy full SHA for ff8cad9
.github/workflows/wheel-tests.yml
@@ -50,6 +50,7 @@ jobs:
50
- name: Fetch dependencies for offline install
51
run: |
52
pip wheel --wheel-dir=dist matplotlib networkx plotly scikit-learn
53
+ pip wheel --wheel-dir=dist "plotly<6"
54
- name: Install example dependencies
55
56
python -m pip install --find-links dist --no-index --only-binary=:all: gurobi-optimods[examples]
0 commit comments