File size: 357 Bytes
78aefa8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [project]
name = "beef-research"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.7"
dependencies = [
"jupyterlab<4.0",
"matplotlib>=3.5.3",
"numpy>=1.21.6",
"opencv-contrib-python==3.4.2.16",
"pandas>=1.1.5",
"pywin32==305",
"scikit-learn>=1.0.2",
"seaborn>=0.12.2",
]
|