Spaces:
Sleeping
Sleeping
Replace pip requirements with conda environment file
Browse files- environment.yml +7 -0
- packages.txt +0 -2
- requirements.txt +0 -4
environment.yml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
channels:
|
2 |
+
- conda-forge
|
3 |
+
dependencies:
|
4 |
+
- geodata-harvester
|
5 |
+
- pip:
|
6 |
+
- streamlit
|
7 |
+
- altair==4
|
packages.txt
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
gdal-bin
|
2 |
-
libgdal-dev
|
|
|
|
|
|
requirements.txt
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
streamlit
|
2 |
-
osgeo
|
3 |
-
geodata-harvester
|
4 |
-
altair==4
|
|
|
|
|
|
|
|
|
|