refactor: merge multiple project into one and create new project
This commit is contained in:
11
mv-and-ip/pyproject.toml
Normal file
11
mv-and-ip/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "mv-and-ip"
|
||||
version = "0.1.0"
|
||||
description = "Machine vision and image process course code."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"matplotlib>=3.10.8",
|
||||
"numpy>=2.2.6",
|
||||
"opencv-python==4.12.0.88",
|
||||
]
|
||||
Reference in New Issue
Block a user