make numpy dependency explicit

This commit is contained in:
Pierre Chapuis 2024-04-02 17:59:03 +02:00
parent fd5a15c7e0
commit 6c40f56c3f
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ dependencies = [
"pillow>=10.1.0",
"jaxtyping>=0.2.23",
"packaging>=23.2",
"numpy>=1.26.4",
]
readme = "README.md"
requires-python = ">= 3.10"

View file

@ -145,6 +145,7 @@ numpy==1.26.4
# via pandas
# via pyarrow
# via pywavelets
# via refiners
# via torchvision
# via transformers
nvidia-cublas-cu12==12.1.3.1