Skip to content

Commit

Permalink
Set --strip-extras for pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeohist committed Apr 17, 2024
1 parent f6d6cc8 commit 9547931
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ install_requirements: install_piptools requirements

.PHONY: requirements
requirements: install_piptools
pip-compile --resolver=backtracking requirements*.in -o requirements-all.txt
pip-compile --resolver=backtracking requirements.in
pip-compile --resolver=backtracking --strip-extras requirements*.in -o requirements-all.txt
pip-compile --resolver=backtracking --strip-extras requirements.in

.PHONY: write_version
write_version:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
# pip-compile --strip-extras requirements.in
#
antlr4-python3-runtime==4.9.3
# via omegaconf
Expand Down

0 comments on commit 9547931

Please sign in to comment.