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

[packages]
sttn = { editable = true, path = "." }
pandas = "1.5.3"
numpy = "1.24.4"
networkx = "3.1"
geopandas = "0.10.2"
requests = "2.31.0"
pyarrow = "15.0.0"
scikit-mobility = "*"
haversine = "*"
jinja2 = "*"
openai = "1.12.0"
urllib3 = "==1.26.18"
keplergl = "==0.3.2"
notebook = "==6.5.6"
langchain = "==0.1.9"
langchain-openai = "==0.0.7"

[dev-packages]
pytest = "*"
pytest-cov = "*"
notebook = "==6.5.6"
urllib3 = "==1.26.18"

[requires]
python_version = "3.8"
