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

[packages]
torch = "2.0.1"  # Stable version compatible with Python 3.10
numpy = "<2.0"   # Ensure compatibility with PyTorch
scikit-learn = "1.3.1"  # Compatible with Python 3.10 and NumPy <2.0
tqdm = "*"
ipykernel = "*"
notebook = "*"
matplotlib = "*"
pandas = "*"

[dev-packages]

[requires]
python_version = "3.10"
python_full_version = "3.10.12"
