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 167af94 commit 7475ee5Copy full SHA for 7475ee5
.github/workflows/test_pr_and_main.yml
@@ -352,7 +352,7 @@ jobs:
352
echo "*** Install Pyomo dependencies ***"
353
# For windows, cannot use newer setuptools because of APPSI compilation issues
354
if test "${{matrix.TARGET}}" == 'win'; then
355
- CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<65.0.0 platformdirs<3.0 pip<24.0"
+ CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<74.0.0 platformdirs<3.0 pip<24.0"
356
fi
357
# Note: this will fail the build if any installation fails (or
358
# possibly if it outputs messages to stderr)
0 commit comments