Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
cython
|
2 |
huggingface_hub
|
3 |
sklearn
|
|
|
4 |
scipy==1.4.1
|
5 |
numpy==1.23.1
|
6 |
matplotlib==3.3.2
|
|
|
1 |
cython
|
2 |
huggingface_hub
|
3 |
sklearn
|
4 |
+
gdal==3.4.1
|
5 |
scipy==1.4.1
|
6 |
numpy==1.23.1
|
7 |
matplotlib==3.3.2
|