Browse Source

fix package name (see PR #3559)

Falko Schindler 9 months ago
parent
commit
c10ef87f91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nicegui/json/builtin_wrapper.py

+ 1 - 1
nicegui/json/builtin_wrapper.py

@@ -5,7 +5,7 @@ from typing import Any, Optional, Tuple
 
 from fastapi import Response
 
-HAS_NUMPY = importlib.util.find_spec('pandas') is not None
+HAS_NUMPY = importlib.util.find_spec('numpy') is not None
 
 
 def dumps(obj: Any,