-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor dash_vtk.util to import vtkmodules instead of vtk (#21)
* Update vtk.py * vtk -> vtkmodules import * Fix vtk to 8.* in demos requirements.txt * vtk==8.* -> vtk>=8.2.* * Add vtk to root requirements.txt * Add try-except for vtkmodules importing * Relax requirements * Relax base requirement * Change circleci caching behavior * Update requirements * dash[dev] >= 1.15.0 * oops * Add message about using vtkmodules * Update pip version
- Loading branch information
Xing Han Lu
authored
Feb 8, 2021
1 parent
f93d4a2
commit 5dd3238
Showing
4 changed files
with
18 additions
and
8 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
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
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
dash-vtk | ||
pyvista | ||
numpy | ||
vtk |
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,3 +1,4 @@ | ||
# dash is required to call `build:py` | ||
dash[dev]>=1.15.0 | ||
-e . | ||
-e . | ||
vtk |