Skip to content

Commit

Permalink
Hotfix PyVista
Browse files Browse the repository at this point in the history
  • Loading branch information
melc-da committed Feb 6, 2023
2 parents 075d856 + 8927930 commit 1cdff1d
Show file tree
Hide file tree
Showing 131 changed files with 9 additions and 26,212 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ tom.egg-info
/videos/
/dist/
/build/
/tom/crack_detection/models/

# Ignore downloaded crack detection models
/crackpy/crack_detection/models/

# Ignore all files in the scripts folder except for python files
/scripts/**/*.*
!/scripts/**/*.py

__pycache__
*.xml
Expand Down
2 changes: 1 addition & 1 deletion crackpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
import crackpy.structure_elements

# package information
__version__ = "1.0.3"
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy>=1.23.2
opencv_python>=4.5.4.60
pandas>=1.4.3
Pillow>=9.2.0
pyvista>=0.37.0
pyvista==0.37.0 # <--- currently 0.38.0 has a bug with the subpackage 'trame' !
scikit_image>=0.19.3
scikit_learn>=1.1.2
scipy>=1.9.0
Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading

0 comments on commit 1cdff1d

Please sign in to comment.