diff --git a/Makefile b/Makefile index 0956138024..2b3517498b 100644 --- a/Makefile +++ b/Makefile @@ -266,6 +266,9 @@ constraints.txt: $(REQUIREMENTS) .dataflow-versions.txt \ $^ \ --output-file constraints.txt + # remove GitHub links from constraints, since pip does not support unnamed + # constraints, despite the fact that pip-compile includes them: + sed -i '/git+https/d' constraints.txt # remove extras in name: e.g. apache-beam[gcp] --> apache-beam sed -i.bak 's/\[.*\]//g' constraints.txt rm -f constraints.txt.bak .dataflow-versions.txt diff --git a/constraints.txt b/constraints.txt index 41e2aa940a..f4119908fc 100644 --- a/constraints.txt +++ b/constraints.txt @@ -288,7 +288,6 @@ tf-estimator-nightly==2.8.0.dev2021122109 threadpoolctl==3.1.0 toml==0.10.1 toolz==0.10.0 -git+https://github.com/NVIDIA/torch-harmonics.git@8826246cacf6c37b600cdd63fde210815ba238fd torch==1.12.1 torchvision==0.13.1 tornado==6.1