Skip to content

Commit 35b6da2

Browse files
remove pysdf from requirements and add coressponding install note; remove vtk from docs/requirements
1 parent 6e3948b commit 35b6da2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
numpy
2-
scipy
32
sympy
43
matplotlib
5-
vtk
64
scipy
75
pyyaml
86
Jinja2==3.0.3

docs/zh/install_setup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828

2929
???+ Info "安装注意事项"
3030

31-
如需使用外部导入STL文件来构建几何,以及使用加密采样等功能,还需额外安装 [pymesh](https://pymesh.readthedocs.io/en/latest/installation.html#download-the-source)(推荐编译安装) 和 [open3d](https://github.com/isl-org/Open3D/tree/master#python-quick-start)(推荐pip安装)
31+
如需使用外部导入STL文件来构建几何,以及使用加密采样等功能,还需额外安装三个依赖库
32+
- [pymesh](https://pymesh.readthedocs.io/en/latest/installation.html#download-the-source)(推荐编译安装)
33+
- [open3d](https://github.com/isl-org/Open3D/tree/master#python-quick-start)(推荐pip安装)
34+
- [pysdf](https://github.com/sxyu/sdf) (推荐pip安装)
3235

3336
#### 1.2.2 pip 安装
3437

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ wget
88
scipy
99
visualdl
1010
pyvista==0.37.0
11-
pysdf
1211
pyyaml
1312
scikit-optimize
1413
h5py

0 commit comments

Comments
 (0)