remove unused dependemcies
This commit is contained in:
parent
3a7700df1e
commit
784c9278ef
@ -5,15 +5,12 @@ description = "Add your description here"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12,<3.13"
|
requires-python = ">=3.12,<3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp-cors>=0.7.0",
|
|
||||||
"cupy-cuda12x>=13.3.0",
|
"cupy-cuda12x>=13.3.0",
|
||||||
"opencv-python>=4.10.0.84",
|
"opencv-python>=4.10.0.84",
|
||||||
"pyqt6-fluent-widgets[full]>=1.7.4",
|
|
||||||
"pyqt6>=6.8.0",
|
"pyqt6>=6.8.0",
|
||||||
"pyzmq>=26.2.0",
|
"pyzmq>=26.2.0",
|
||||||
"scipy>=1.14.1",
|
"scipy>=1.14.1",
|
||||||
"tqdm>=4.67.1",
|
"tqdm>=4.67.1",
|
||||||
"vtk>=9.4.0",
|
|
||||||
"jupyter>=1.1.1",
|
"jupyter>=1.1.1",
|
||||||
"python-miio>=0.5.12",
|
"python-miio>=0.5.12",
|
||||||
"click>=8.1.8",
|
"click>=8.1.8",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user