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

[[source]]
url = "https://download.pytorch.org/whl/cu113/"
verify_ssl = true
name = "pytorch"

[[source]]
url = "https://data.pyg.org/whl/torch-1.11.0+cu113.html"
verify_ssl = true
name = "pyg"


[packages]
pandas = "*"
numpy = "*"
matplotlib = "*"
torch = { index = "pytorch", version = "==1.11.0+cu113" }
torchvision = { index = "pytorch", version = "==0.12.0" }
torchdyn = "*"
statsmodels = "*"
tensorboard = "*"
torch-scatter = { index = "pyg", version = "*" }
torch-sparse = { index = "pyg", version = "*" }
torch-geometric = { index = "pyg", version = "*" }
# prophet = "*"
torch-geometric-temporal = "*"
ray = "*"
osmnx = "<1.2.0"
dask = "*"
pyarrow = "*"
# pyhopper = "*"

[dev-packages]
pipenv-setup = "*"

[requires]
python_version = "3.8"
