blob: 526dbce55f1417c4425fe6ffe70e60218ec631e4 [file] [log] [blame]
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest="*"
notebook="==6.4.12"
jupyter="*"
mkdocs="*"
pytest-cov = "*"
scikit-learn = "*"
esda = "*"
libpysal = "*"
matplotlib = "*" # implicit dependency of esda
scipy = "<=1.10.0" # prevent incompatibility with pysal 4.7.0, which is what is resolved to when shapely >2 is specified
[packages]
pandas=">=2.0.0"
numpy="<2"
geopandas="*"
# https://stackoverflow.com/questions/78949093/how-to-resolve-attributeerror-module-fiona-has-no-attribute-path
# cannot set geopandas>=0.14.4 since it doesn't support python 3.8, so we pin fiona to <1.10.0
fiona="<1.10.0"
shapely=">=1.7.0"
pyspark=">=2.3.0"
attrs="*"
pyarrow="*"
keplergl = "==0.3.2"
pydeck = "===0.8.0"
pystac = "===1.5.0"
rasterio = ">=1.2.10"
[requires]
python_version = "3.8"