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 c1c1df6 commit 80bb894Copy full SHA for 80bb894
.github/workflows/test_branches.yml
@@ -376,7 +376,7 @@ jobs:
376
echo "*** Install Pyomo dependencies ***"
377
# For windows, cannot use newer setuptools because of APPSI compilation issues
378
if test "${{matrix.TARGET}}" == 'win'; then
379
- CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<74.0.0 platformdirs<4.0"
+ CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<74.0.0 platformdirs<4.5"
380
fi
381
# Note: this will fail the build if any installation fails (or
382
# possibly if it outputs messages to stderr)
0 commit comments