Skip to content

Commit

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

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
  • Loading branch information
jvesely authored Jul 5, 2023
1 parent 6a08514 commit 2608fe6
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 @@ -58,6 +58,8 @@ runs:
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
# pillow >= 10.0.0 doesn't provide win32 wheel
echo "pillow < 10.0.0" >> env_constraints.txt
fi
- name: Install updated package
Expand Down

0 comments on commit 2608fe6

Please sign in to comment.