Skip to content

Commit

Permalink
Requirements reflect what is expected by conda (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: Simran S Sangha <[email protected]>
  • Loading branch information
sssangha and Simran S Sangha authored Jun 27, 2024
1 parent 0d2e438 commit 96a2111
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ channels:
- conda-forge
- defaults
dependencies:
- affine
- arm_pyart
- asf_search
- dask
- dem_stitcher>=2.5.0
Expand All @@ -16,12 +18,14 @@ dependencies:
- joblib
- matplotlib
- netcdf4
- numpy
- pandas
- parallel
- pip
- pyproj
- pytest
- python>=3.8
- python-dateutil
- rasterio
- rioxarray
- requests
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
affine
arm_pyart
asf_search
dask
dem_stitcher>=2.5.0
Expand All @@ -6,12 +8,14 @@ h5py
joblib
matplotlib
netcdf4
numpy
pandas
parallel
pip
pyproj
pytest
python>=3.8
python-dateutil
rasterio
rioxarray
requests
Expand Down

0 comments on commit 96a2111

Please sign in to comment.