Skip to content

Commit 71e2c9e

Browse files
author
vbrancat
authored
dep: add requests and packaging (#68)
+ Add packaging and requests as dependencies to `environment.yml` and `requirements.txt` files.
1 parent 79e297f commit 71e2c9e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

environment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ dependencies:
66
- numpy
77
- gdal
88
- isce3
9+
- packaging
10+
- requests
911
- shapely

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
python>=3.9
22
numpy
33
gdal
4+
packaging
5+
requests
46
#isce3 # since the conda-installed isce3 is not the most updated version, installing isce3 from stratch is recommended, to stay in sync with isce3 development.
57
shapely

0 commit comments

Comments
 (0)