Fix: missing numexpr when using poetry to run (#1040)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-10-16 09:47:51 -03:00 committed by GitHub
commit e5d6e72406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,6 +90,7 @@ langfuse = "^1.0.13"
pillow = "^10.0.0"
metal-sdk = "^2.2.0"
markupsafe = "^2.1.3"
numexpr = "^2.8.6"
[tool.poetry.group.dev.dependencies]