beefresearch-bima / pyproject.toml
abrarwahid's picture
Initial clean version for pipeline
78aefa8
Raw
History Blame Contribute Delete
357 Bytes
[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",
]