Skip to content

Commit

Permalink
➕ 补全taichi和pyamg依赖
Browse files Browse the repository at this point in the history
➖ 移除多余的pyevtk和pywin32依赖
➖ 移除多余依赖
  • Loading branch information
yanang007 committed Jan 1, 2023
1 parent d18ed50 commit 5e2c969
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
SimPEG < 0.18.0
Cython
discretize
vtk
dask

# Distributed computing
distributed

# Scientific computing
pandas
numpy
tqdm
pywin32 # 在低版本pip时可能需要手动进行post install,参见pywin32的pypi主页
pyevtk
pytest
scipy
psutil
matplotlib
scikit-learn
pyamg
taichi

# Visualization
tqdm
pyvista
vtk
matplotlib

# Basic utils
psutil
loky
blosc2 >= 0.4.0

# optional
# bokeh
# pyvista
#Testing
pytest

#Misc
properties
colour
colour

# optional
# bokeh # 用于distributed的网页控制台
# pywin32 # 用于grapher # 在低版本pip时可能需要手动进行post install,参见pywin32的pypi主页

0 comments on commit 5e2c969

Please sign in to comment.