File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,69 +9,59 @@ dependencies:
99
1010 # Core scientific python
1111 - numpy
12- - pyqt
12+ - pandas
13+ - scipy
14+
15+ # Geospatial libraries
16+ # Coordinates and CRSs
17+ - pyproj>=3.0
18+ - geopy
19+ - cartopy
20+ # Vector data
21+ - geopandas
22+ - geojson
23+ - pyogrio
24+ # Raster data
25+ - xarray
26+ - h5py
27+ - netcdf4
28+ - rioxarray>=0.3.0
29+ - xarray-spatial
30+ - regionmask
31+
32+ # Interactive computing
33+ - ipython
34+ - jupyterlab
35+ - notebook
1336 - tqdm
14- - kiwisolver
37+ - nbresuse
38+ - papermill
39+ - nbclean
1540
1641 # ML and modeling
1742 - scikit-learn
1843 - scikit-fuzzy
1944
2045 # Data access
2146 - earthpy
47+ - earthaccess
2248 - pystac-client
2349
2450 # Plotting
51+ # Matplotlib
2552 - matplotlib
26- - plotly
53+ - nc-time-axis
54+ - descartes
55+ - contextily
2756 - seaborn
57+ # Holoviews
2858 - hvplot
2959 - geoviews>=1.10
3060 - selenium
3161 - phantomjs
3262 - jupyter_bokeh
33-
34- # Spatial packages
35- - libtiff
36- - pysal
37- - pyproj>=3.0
38- - rasterstats
39- - geopy
40- - cartopy
41- - descartes
42- - contextily
63+ # Folium
4364 - folium
44- - geojson
45- - mapboxgl
46- - hydrofunctions
47- - geocoder
48- - tweepy
49- - xarray
50- - rioxarray>=0.3.0
51- - xarray-spatial
52- - h5py
53- - scipy
54- - netcdf4
55- - nc-time-axis
56- - regionmask
57- - pyogrio
58-
59- # Natural language processing
60- - nltk
61- - textblob
62-
63- # Jupyter Environment
64- - papermill
65- - jupyterlab
66- - notebook
67- - ipython
68- - nbclean
69- - nbresuse
70-
71- # Textbook Format
72- - jupyter-book
73- - sphinx-exercise
74- - ghp-import
7565
7666 # QA
7767 - flake8
@@ -80,6 +70,3 @@ dependencies:
8070 - autopep8
8171 - pydocstyle
8272 - nbqa
83-
84- # Autograding
85- - nbgrader
You can’t perform that action at this time.
0 commit comments