-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathenvironment.yaml
43 lines (42 loc) · 974 Bytes
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: mets-10
channels:
- defaults
- conda-forge
dependencies:
- pip
- python=3.10
- pip:
#====================================================
# (1) DEPENDENCIES
#====================================================
- pandas==1.5.3
- pyarrow
- h5py
- shapely
- geographiclib
- geojson
- geopandas
- osmnx
- openpyxl
- notebook==6.4.12
- ipywidgets==7.7.1
- jupytext
- scikit-learn
- seaborn==0.12.1
- folium
- boto3
- humanize
#====================================================
# (2) LOCAL DEV + CI DEPENDENCIES
# put additional for dependencies required in ci here
#====================================================
- flake8
- flake8-docstrings==1.5.0
- mypy
- pytest
- pytest-cov
- pytest-benchmark
- pytest-mypy
- pytest-mock
- pre-commit
- vulture