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 a7e4786 commit bd62974Copy full SHA for bd62974
1 file changed
ci/anaconda/recipe/meta.yaml
@@ -35,6 +35,8 @@ requirements:
35
- setuptools >=40.6.0
36
- wheel
37
- cython
38
+ # The way nano arrow builds relies on no-use-pep517, but that flag is fully dropped starting pip 25.3
39
+ - pip <25.3
40
- python {{ python }}
41
run:
42
{% if py == 39 %}
0 commit comments