Skip to content

Commit

Permalink
Remove constraints from GitHub in pip-requirements.txt
Browse files Browse the repository at this point in the history
In testing, it appears that unnamed constraints don't really have an effect on
what pip installs anyway, so they only seem to cause problems if included in
the constraints.txt file.
  • Loading branch information
spencerkclark committed Nov 3, 2023
1 parent 314edd5 commit f6b8a13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
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
4 changes: 0 additions & 4 deletions pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,3 @@ bokeh>=2.4.2,<3 # needed for dask distributed dashboard

# fv3fit testing tools
hypothesis

# Needed for xtorch_harmonics. Pin to older version since latest version leads
# to an import error.
torch-harmonics@git+https://github.com/NVIDIA/torch-harmonics.git@8826246cacf6c37b600cdd63fde210815ba238fd

0 comments on commit f6b8a13

Please sign in to comment.