Spaces:
Paused
Paused
Weiyu Liu
commited on
Commit
·
b4d433c
1
Parent(s):
daf153a
update python version
Browse files- README.md +1 -0
- requirements.txt +1 -1
README.md
CHANGED
@@ -8,6 +8,7 @@ sdk_version: 3.36.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
python_version: 3.8
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
numpy
|
2 |
h5py==2.10.0
|
3 |
opencv-python
|
4 |
open3d
|
|
|
1 |
+
numpy==1.21
|
2 |
h5py==2.10.0
|
3 |
opencv-python
|
4 |
open3d
|