[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
torch = "*"
numpy = "*"
pandas = "*"
scikit-learn = "*"
scipy = "*"
matplotlib = "*"
jupyterlab = "*"
torchvision = "*"
ipympl = "*"
functorch = "*"
tqdm = "*"
tensorboard = "*"
tbparse = "*"
black = {extras = ["jupyter"], version = "*"}

[dev-packages]
pytest = "*"

[requires]
python_version = "3.10"
