@@ -9,7 +9,7 @@ def dependencies(imported_file):
return file.read().splitlines()
with open("README.md") as file:
with open("README.md", encoding="utf-8") as file:
num_installed = True
try:
import numpy
The note is not visible to the blocked user.