This commit is contained in:
Timothy Jaeryang Baek
2025-02-04 23:44:51 -08:00
parent e349e26cd8
commit 9624493b55
4 changed files with 11 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ const packages = [
'regex',
'sympy',
'tiktoken',
'seaborn'
'seaborn',
'pytz'
];
import { loadPyodide } from 'pyodide';