Skip to content

Commit

Permalink
Add back requirements txt and remove vestigial modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sssangha committed Apr 10, 2024
1 parent 6901cc0 commit ed18c34
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
3 changes: 0 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ channels:
dependencies:
- python>=3.8
- asf_search
- cartopy
- dem_stitcher>=2.5.0
- gdal>=3.4.1
- h5py
- joblib
- matplotlib
- netcdf4
- pandas
- xarray
- rasterio
Expand All @@ -25,7 +23,6 @@ dependencies:
- pyproj
- requests
- scipy>1.10.0
- mintpy
- shapely
#for ARIA-tools-docs
- jupyterlab
Expand Down
21 changes: 21 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
python>=3.8
asf_search
dem_stitcher>=2.5.0
gdal>=3.4.1
h5py
joblib
matplotlib
netcdf4
pandas
xarray
rasterio
rioxarray
pip
pyproj
requests
scipy>1.10.0
shapely
## notebook dependencies, keep commented out for better compatiability with other codes
#jupyterlab
#rise
#jupyter_contrib_nbextensions

0 comments on commit ed18c34

Please sign in to comment.