Skip to content

Commit 1beb5cf

Browse files
authored
Merge pull request #38460 from mantidproject/pin_poco
Pin Poco away from 1.14.0
2 parents 09a4c3f + 08cf350 commit 1beb5cf

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)