-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Makefile command for building code (#201)
* feat: add Makefile command for building code * fix workflows * changed my mind about requirements.txt * fix: add opencv dependency * rm build line useless * use make from workflow * don't use poetry in a workflow * Update .github/workflows/docker.yml * Update .github/workflows/docker.yml * fix: add newline
- Loading branch information
1 parent
0da320d
commit d8d6082
Showing
9 changed files
with
579 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,7 @@ venv/ | |
ENV/ | ||
env.bak/ | ||
venv.bak/ | ||
venv* | ||
|
||
# Spyder project settings | ||
.spyderproject | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
certifi==2022.6.15; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.0" | ||
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.0" | ||
colorama==0.4.5; python_version >= "3.6" and python_version < "4" and python_full_version >= "3.7.0" and platform_system == "Windows" | ||
coloredlogs==15.0.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.6" and python_version < "4" and python_full_version >= "3.5.0" | ||
filelock==3.7.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.0" | ||
flatbuffers==2.0; python_version >= "3.6" and python_version < "4" | ||
humanfriendly==10.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.6" and python_version < "4" and python_full_version >= "3.5.0" | ||
idna==3.3; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.0" | ||
mpmath==1.2.1; python_version >= "3.7" and python_version < "4" | ||
numpy==1.23.1; python_version >= "3.8" and python_version < "4" | ||
onnxruntime==1.12.1; python_version >= "3.6" and python_version < "4" | ||
packaging==21.3; python_version >= "3.6" and python_version < "4" and python_full_version >= "3.7.0" | ||
pillow==9.2.0; python_version >= "3.7" | ||
protobuf==4.21.4; python_version >= "3.7" and python_version < "4" | ||
pyparsing==3.0.9; python_version >= "3.6" and python_version < "4" and python_full_version >= "3.7.0" | ||
pyreadline3==3.4.1; sys_platform == "win32" and python_version >= "3.8" and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.6" and python_version < "4" and python_full_version >= "3.5.0") | ||
pyroclient==0.1.2; python_version >= "3.6" and python_version < "4" | ||
pyroengine==0.2.0; python_version >= "3.6" and python_version < "4" | ||
python-dotenv==0.20.0; python_version >= "3.5" | ||
pyyaml==6.0; python_version >= "3.6" and python_version < "4" and python_full_version >= "3.7.0" | ||
requests==2.28.1; python_version >= "3.7" and python_version < "4" | ||
sympy==1.10.1; python_version >= "3.7" and python_version < "4" | ||
tqdm==4.64.0; python_version >= "3.6" and python_version < "4" and python_full_version >= "3.7.0" | ||
typing-extensions==4.3.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.0" | ||
urllib3==1.26.11; python_full_version >= "3.7.0" and python_version < "4" and python_version >= "3.7" | ||
opencv-python==4.5.5.64; python_full_version >= "3.7.0" and python_version < "4" and python_version >= "3.7" | ||
certifi==2024.2.2 ; python_version >= "3.8" and python_version < "4" | ||
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4" | ||
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4" and platform_system == "Windows" | ||
coloredlogs==15.0.1 ; python_version >= "3.8" and python_version < "4" | ||
filelock==3.14.0 ; python_version >= "3.8" and python_version < "4" | ||
flatbuffers==24.3.25 ; python_version >= "3.8" and python_version < "4" | ||
fsspec==2024.5.0 ; python_version >= "3.8" and python_version < "4" | ||
huggingface-hub==0.23.2 ; python_version >= "3.8" and python_version < "4" | ||
humanfriendly==10.0 ; python_version >= "3.8" and python_version < "4" | ||
idna==3.7 ; python_version >= "3.8" and python_version < "4" | ||
mpmath==1.3.0 ; python_version >= "3.8" and python_version < "4" | ||
numpy==1.24.4 ; python_version >= "3.8" and python_version < "4" | ||
onnxruntime==1.18.0 ; python_version >= "3.8" and python_version < "4" | ||
opencv-python==4.9.0.80 ; python_version >= "3.8" and python_version < "4.0" | ||
packaging==24.0 ; python_version >= "3.8" and python_version < "4" | ||
pillow==10.3.0 ; python_version >= "3.8" and python_version < "4" | ||
protobuf==5.27.0 ; python_version >= "3.8" and python_version < "4" | ||
pyreadline3==3.4.1 ; sys_platform == "win32" and python_version >= "3.8" and python_version < "4" | ||
pyroclient==0.1.2 ; python_version >= "3.8" and python_version < "4" | ||
pyroengine==0.2.0 ; python_version >= "3.8" and python_version < "4" | ||
python-dotenv==1.0.1 ; python_version >= "3.8" and python_version < "4.0" | ||
pyyaml==6.0.1 ; python_version >= "3.8" and python_version < "4" | ||
requests==2.32.2 ; python_version >= "3.8" and python_version < "4" | ||
sympy==1.12 ; python_version >= "3.8" and python_version < "4" | ||
tqdm==4.66.4 ; python_version >= "3.8" and python_version < "4" | ||
typing-extensions==4.12.0 ; python_version >= "3.8" and python_version < "4" | ||
urllib3==2.2.1 ; python_version >= "3.8" and python_version < "4" |