HeartMurmurClassification / pyproject.toml
cogniveon's picture
feat: :man_dancing: YOLO
a31cba0
raw
history blame contribute delete
No virus
587 Bytes
[project]
name = "heartmurmurclassification"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "Rohit Krishnan", email = "rohit.k.kesavan@gmail.com" }
]
dependencies = [
"pandas>=2.2.2",
"torch>=2.3.0",
"torchaudio>=2.3.0",
"pillow>=10.3.0",
"tensorflow>=2.16.1",
"tf-keras>=2.16.0",
"transformers[torch]>=4.40.1",
"gradio>=4.28.3",
"jupyterlab>=4.1.8",
"scikit-learn>=1.4.2",
"imblearn>=0.0",
]
readme = "README.md"
requires-python = ">= 3.8"
[tool.rye]
managed = true
virtual = true
dev-dependencies = []