ADD scipy to dependencies list

Signed-off-by: anil-tegala <anil.tegala@candelatech.com>
This commit is contained in:
anil-tegala
2024-04-24 14:51:43 +05:30
parent afbad6d90c
commit 7cae89c848

View File

@@ -18,6 +18,7 @@ setup(
'pandas',
'plotly',
'numpy',
'scipy',
'cryptography',
'paramiko',
'bokeh',