PhysioJEPA / pyproject.toml
guychuk's picture
Upload folder using huggingface_hub
31e2456 verified
[project]
name = "physiojepa"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11,<3.13"
dependencies = [
"datasets>=4.8.4",
"einops>=0.8.2",
"matplotlib>=3.10.8",
"neurokit2>=0.2.13",
"numpy>=2.4.4",
"python-dotenv>=1.2.2",
"pyyaml>=6.0.3",
"scikit-learn>=1.8.0",
"scipy>=1.17.1",
"torch>=2.11.0",
"torchvision>=0.26.0",
"tqdm>=4.67.3",
"wandb>=0.26.0",
"wfdb>=4.3.1",
]