Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpepinartefact committed Nov 3, 2023
1 parent 1b71012 commit 0334a92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PIP_TOOLS_VERSION = 6.13.0
SETUPTOOLS_VERSION = 67.7.2
NUMPY_VERSION = $(shell cat requirements.in | sed 's/ /\n/g' | grep "numpy==" | sed 's/numpy==//g')

USE_CONDA ?= 1
INSTALL_SCRIPT = install_with_conda.sh
Expand All @@ -26,6 +27,7 @@ install_pip_tools:
# help: install_project_requirements - Install prohect requirements
.PHONY: install_project_requirements
install_project_requirements: install_pip_tools
@pip install numpy==${NUMPY_VERSION}
@pip-compile requirements.in
@pip install -r requirements.txt

Expand Down
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pandas
numpy
bytetracker
pandas==1.5.3
numpy==1.24.2
bytetracker==0.3.2

0 comments on commit 0334a92

Please sign in to comment.