Skip to content

Commit

Permalink
Limit in constraints.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KodiaqQ committed Jul 29, 2024
1 parent e041ab3 commit 675d12e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ifdef NUM_WORKERS
NUM_WORKERS_ARG := -n${NUM_WORKERS}
endif

PIP_CONSTRAINT=constraints.txt

install-pre-commit:
pip install pre-commit==3.2.2

Expand Down
3 changes: 3 additions & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ pytest-mock==3.12.0
pytest-dependency==0.6.0
pytest-ordering==0.6
pytest-xdist==3.5.0

# Main packages
setuptools<72

0 comments on commit 675d12e

Please sign in to comment.