Skip to content

Commit 07ba1c8

Browse files
SNOW-2658105: pip-pin-down removed
1 parent 75f4e16 commit 07ba1c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/anaconda/recipe/meta.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
- export SF_NO_COPY_ARROW_LIB=1 # [unix]
1717
- export SF_ARROW_LIBDIR="${PREFIX}/lib" # [unix]
1818
- export ENABLE_EXT_MODULES=true # [unix]
19-
- {{ PYTHON }} -m pip install . --no-use-pep517 --no-deps -vvv
19+
- {{ PYTHON }} -m pip install . --no-build-isolation --no-deps -vvv
2020
entry_points:
2121
- snowflake-dump-ocsp-response = snowflake.connector.tool.dump_ocsp_response:main
2222
- snowflake-dump-ocsp-response-cache = snowflake.connector.tool.dump_ocsp_response_cache:main
@@ -35,8 +35,6 @@ requirements:
3535
- setuptools >=40.6.0
3636
- wheel
3737
- 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
4038
- python {{ python }}
4139
run:
4240
{% if py == 39 %}

0 commit comments

Comments
 (0)