Nightwalkx commited on
Commit
9f0990f
·
1 Parent(s): 11eca5b
Files changed (1) hide show
  1. 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