covid-sentiment-classification / test_dependecy.py
aaronayitey's picture
Create test_dependecy.py
0aaa101
raw
history blame contribute delete
No virus
112 Bytes
try:
import scipy
print("scipy is installed.")
except ImportError:
print("scipy is not installed.")