Skip to content

Commit 08f6a22

Browse files
committed
fix: adding intrusion dependencies to setup.py
1 parent 378f319 commit 08f6a22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
'scikit-image',
4141
'scikit-learn',
4242
'tqdm',
43+
'numba',
44+
'geostatspy',
45+
'statsmodels',
46+
'scikit-fmm'
4347
],
4448
description="Open source 3D structural geology modelling",
4549
long_description=codecs.open("README.md", "r", "utf-8").read(),

0 commit comments

Comments
 (0)