Add Pyodide lockFileURL test (#2209)

This commit is contained in:
Andrea Giammarchi
2024-10-07 13:23:05 +02:00
committed by GitHub
parent f827efe2fc
commit febbb031ac
8 changed files with 104 additions and 139 deletions

View File

@@ -0,0 +1,6 @@
import numpy
import matplotlib
# just do something with the packages
print(len(dir(numpy)))
print(len(dir(matplotlib)))