We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17b698 commit a798980Copy full SHA for a798980
requirements.txt
@@ -8,6 +8,7 @@ wget
8
scipy
9
visualdl
10
pyvista==0.37.0
11
+pysdf
12
pyyaml
13
scikit-optimize
14
h5py
test_tipc/prepare.sh
@@ -19,6 +19,7 @@ download_dataset=$(func_parser_value "${lines[61]}")
19
python=$(func_parser_value "${lines[2]}")
20
export pip=$(func_parser_value "${lines[62]}")
21
${pip} install --upgrade pip
22
+${pip} install pybind11
23
${pip} install -r requirements.txt
24
25
if [ -n ${download_dataset} ] ; then
0 commit comments