mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
make numpy dependency explicit
This commit is contained in:
parent
fd5a15c7e0
commit
6c40f56c3f
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue