File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
LoopStructural/visualisation Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1919 from .map_viewer import MapView
2020 from .rotation_angle_plotter import RotationAnglePlotter
2121except ImportError :
22- logger .warning ('Cannot use MapView or RotationAnglePlotter as matplotlib is not installed. \n
22+ logger .warning ('Cannot use MapView or RotationAnglePlotter as matplotlib is not installed. \n ' \
2323 'Install matplotlib and try again. ' )
2424try :
2525 from .model_visualisation import LavaVuModelViewer
Original file line number Diff line number Diff line change 77
88source :
99 git_url : https://github.com/Loop3D/LoopStructural
10- # git_tag: lg_development
1110
1211build :
1312 number : 0
@@ -27,7 +26,6 @@ requirements:
2726 - numpy
2827 - pandas
2928 - scipy
30- - matplotlib
3129 - scikit-image
3230 - scikit-learn
3331 - tqdm
Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ scikit-learn
33scikit-image
44scipy
55numpy
6- matplotlib
76setuptools
87pandas
9- pyevtk
8+
109
1110
You can’t perform that action at this time.
0 commit comments