You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
730 B
TOML
32 lines
730 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
numpy = "*"
|
|
scipy = "*"
|
|
pandas = "*"
|
|
matplotlib = "*"
|
|
click = "*"
|
|
mat4py = "*"
|
|
black = "*"
|
|
shapely = "*"
|
|
fiona = {file = "https://download.lfd.uci.edu/pythonlibs/h2ufg7oq/Fiona-1.8.2-cp37-cp37m-win_amd64.whl"}
|
|
gdal = {file = "https://download.lfd.uci.edu/pythonlibs/h2ufg7oq/GDAL-2.3.2-cp37-cp37m-win_amd64.whl"}
|
|
pyproj = {file = "https://download.lfd.uci.edu/pythonlibs/h2ufg7oq/pyproj-1.9.5.1-cp37-cp37m-win_amd64.whl"}
|
|
colorlover = "*"
|
|
ipykernel = "*"
|
|
jupyter = "*"
|
|
plotly = "*"
|
|
jupyter-contrib-nbextensions = "*"
|
|
jupyter-nbextensions-configurator = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|