diff --git a/chromadb/test/property/test_cross_version_persist.py b/chromadb/test/property/test_cross_version_persist.py index 91ea7bb76c1..f846f95ec02 100644 --- a/chromadb/test/property/test_cross_version_persist.py +++ b/chromadb/test/property/test_cross_version_persist.py @@ -35,7 +35,7 @@ version_re = re.compile(r"^[0-9]+\.[0-9]+\.[0-9]+$") # Some modules do not work across versions, since we upgrade our support for them, and should be explicitly reimported in the subprocess -VERSIONED_MODULES = ["pydantic"] +VERSIONED_MODULES = ["pydantic", "numpy"] def versions() -> List[str]: