Skip to content

Commit

Permalink
deps: Restrict contourpy to <1.1.0 on x86 (32-bit) (#2700)
Browse files Browse the repository at this point in the history
win32 wheel is no longer provided.

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely authored Jun 15, 2023
1 parent c28769a commit e55882d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-pnl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ runs:
echo "scipy<1.9.2" >> env_constraints.txt
# scikit-learn >= 1.1.3 doesn't provide win32 wheel
echo "scikit-learn<1.1.3" >> env_constraints.txt
# countourpy >=1.1.0 doesn't provide win32 wheel
echo "contourpy<1.1.0" >> env_constraints.txt
fi
- name: Install updated package
Expand Down

0 comments on commit e55882d

Please sign in to comment.