Spaces:
Sleeping
Sleeping
Nightwalkx
commited on
Commit
·
9f0990f
1
Parent(s):
11eca5b
update
Browse files- install.sh +4 -0
install.sh
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
#!/usr/bin/env bash
|
| 3 |
+
pip uninstall -y numpy
|
| 4 |
+
pip install --no-deps --prefer-binary numpy==1.23.5
|