Require numpy==1.26.4

This commit is contained in:
hexgrad
2025-01-28 14:32:14 -08:00
parent 44ab97292e
commit d388ee9e0b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
__version__ = '0.2.2'
__version__ = '0.2.3'
from .models import KModel
from .pipeline import KPipeline