File size: 587 Bytes
a31cba0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[project]
name = "heartmurmurclassification"
version = "0.1.0"
description = "Add your description here"
authors = [
    { name = "Rohit Krishnan", email = "[email protected]" }
]
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 = []