Skip to content

Commit 1c27e7f

Browse files
cailafinnpeterfpeterson
authored andcommitted
Pin Poco away from 1.14.0
Breaking change to HTTPSClientSession in latest Poco version.
1 parent bf65b26 commit 1c27e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/recipes/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ orsopy:
8585
# 1.12.2 introduced an unguarded #define NOMINMAX which causes a compiler warning.
8686
# It's resolved on their devel branch but not yet included in a release, as of 1.12.5.
8787
poco:
88-
- 1.12.1|>=1.12.6
88+
- '1.12.1|>=1.12.6,!=1.14.0'
8989

9090
psutil:
9191
- '>=5.8.0'

0 commit comments

Comments
 (0)