We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e255802 commit bc40b8fCopy full SHA for bc40b8f
configs/common/packages.yaml
@@ -204,8 +204,11 @@ packages:
204
require: '@2.1.1'
205
proj:
206
require: '~tiff'
207
+ # Turn off crypt variant for Python; this leads to build errors
208
+ # with Intel in py-cryptography unless external curl and openssl
209
+ # are removed, which itself is problematic.
210
python:
- require: '@3.11.7'
211
+ require: '@3.11.7 ~crypt'
212
py-cartopy:
213
require: '+plotting'
214
# Avoid full rust dependency: version 43+ requires py-maturin
0 commit comments