remove unused dependencies and move other to extra. install via pip install...
remove unused dependencies and move other to extra. install via pip install .[prepost] or pip install .[all]
Merge request reports
Activity
added 1 commit
- 1df4834f - remove unused dependencies and move other to extra. install via pip install...
added 1 commit
- e19c48c1 - remove unused dependencies and move other to extra. install via pip install...
added 1 commit
- dce566f0 - move examples to wetb/examples to include in package
@dave
pip install wetb[prepost]
to install with dependencies needed by prepost orpip install wetb[all]
to install with all dependencies
Please register or sign in to reply