Skip to content

Commit ba5bfd6

Browse files
author
meihuisu
committed
more tweaks
1 parent ed4d236 commit ba5bfd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup/setup.list

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"Action": "install",
1818
"CMD": ["python","-m","pip","install","certifi"]
1919
}
20+
{
21+
"Action": "install",
22+
"CMD": ["pip","install","certifi"]
23+
}
2024
],
2125
"Ask": "yes",
2226
"Libraries": [],
@@ -110,6 +114,10 @@
110114
"Action": "install",
111115
"CMD": ["python","-m","pip","install","pybind11","numpy","h5py"]
112116
},
117+
{
118+
"Action": "install",
119+
"CMD": ["pip","install","pybind11","numpy","h5py"]
120+
},
113121
{
114122
"Action": "download",
115123
"Path": "sfcvm/dependencies",

0 commit comments

Comments
 (0)