-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsetup.yml
46 lines (46 loc) · 1016 Bytes
/
setup.yml
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
44
45
46
# If you've already installed this environment before:
# > `conda remove --name mlgent --all`
# You may need to force prioritisation of conda-forge:
# > export PYTHONNOUSERSITE=True
# > conda config --add channels conda-forge
# > conda config --set channel_priority strict
# > conda config --set show_channel_urls True
# To install/reinstall the environment:
# > `conda-env create -f setup.yml`
# A nice way to set the display name for the environment:
# > `conda activate mlgent`
# > `python -m ipykernel install --name mlgent --display-name "ML Gentrification v1.1"`
name: mlgent
channels:
- conda-forge
dependencies:
- python=3.7
- pip
- cython
- matplotlib
- pandas
- scipy
- numpy
- pyproj
- ipython
- ipywidgets
- jupyter
- requests
- mplleaflet
- nb_conda
- gdal
- libspatialite
- fiona
- poppler
- pillow
- shapely
- geopandas
- palettable
- pysal=1.14.4
- scikit-learn
- seaborn
- beautifulsoup4
- xlrd
- six
- lxml
- jupyterlab