-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
➖ 移除多余的pyevtk和pywin32依赖 ➖ 移除多余依赖
- Loading branch information
Showing
1 changed file
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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主页 |