Skip to content

Commit

Permalink
make numpy dependency explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
catwell committed Apr 2, 2024
1 parent fd5a15c commit 6c40f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c40f56

Please sign in to comment.