Skip to content

Commit

Permalink
Add meshio as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Oct 27, 2024
1 parent a48def4 commit d97e7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
long_description = open('README.md').read(),
long_description_content_type='text/markdown',
install_requires=['matplotlib', 'vedo', 'numpy', 'scipy'],
install_requires=['matplotlib', 'vedo', 'numpy', 'scipy', 'meshio'],
project_urls = {
'Documentation': "https://leon.science/traceon",
'Code': "https://github.com/leon-vv/traceon",
Expand Down

0 comments on commit d97e7b1

Please sign in to comment.