Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove constraints from GitHub in constraints.txt #2364

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down