File tree 2 files changed +3
-1259
lines changed
2 files changed +3
-1259
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ lock-python-dependencies-all:
75
75
# Remove all existing requirements because we noticed the lock file is not always updated correctly.
76
76
# Removing and running the command again ensures that the lock file is always up to date.
77
77
rm -rf sdk/python/requirements/* 2> /dev/null || true
78
- pixi run --environment $(call get_env_name,3.11) --manifest-path infra/scripts/pixi/pixi.toml \
79
- " uv pip compile -p 3.11 --no-strip-extras setup.py --extra pandas \
80
- --generate-hashes --output-file sdk/python/requirements/py3.11-pandas-requirements.txt" && \
81
78
$(foreach ver,$(PYTHON_VERSIONS ) ,\
82
79
pixi run --environment $(call get_env_name,$(ver ) ) --manifest-path infra/scripts/pixi/pixi.toml \
83
80
" uv pip compile -p $( ver) --no-strip-extras setup.py --extra build \
@@ -120,6 +117,9 @@ lock-python-dependencies-all:
120
117
" uv pip compile -p $( ver) --no-strip-extras setup.py \
121
118
--generate-hashes --output-file sdk/python/requirements/py$(ver ) -requirements.txt" && \
122
119
) true
120
+ # pixi run --environment $(call get_env_name,3.11) --manifest-path infra/scripts/pixi/pixi.toml \
121
+ # "uv pip compile -p 3.11 --no-strip-extras setup.py --extra pandas \
122
+ # --generate-hashes --output-file sdk/python/requirements/py3.11-pandas-requirements.txt" && \
123
123
124
124
125
125
compile-protos-python :
You can’t perform that action at this time.
0 commit comments