We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24cbf0 commit 9e8495cCopy full SHA for 9e8495c
recipe/meta.yaml
@@ -24,7 +24,8 @@ requirements:
24
- wheel
25
run:
26
- python
27
- - cloudpickle >=1.6.0,<=2.0.0
+ - cloudpickle >=1.6.0,<=2.0.0 # [py<=310]
28
+ - cloudpickle==2.2.1 # [py==311]
29
- snowflake-connector-python
30
- typing-extensions >=4.1.0
31
# need to pin libffi because of problems in cryptography.
0 commit comments