Skip to content

Commit

Permalink
Add: Dependency to numpy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Aug 8, 2023
1 parent 686ca54 commit 845303e
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 @@ -30,6 +30,7 @@ dependencies = [
"pyyaml>=6.0",
"tqdm>=4.64.0",
"huggingface-hub>=0.15.1",
"numpy>=1.21.2",
]
dynamic = ["version"]

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ py7zr>=0.17.2
pyyaml>=6.0
tqdm>=4.64.0
huggingface-hub>=0.15.1
numpy>=1.21.2

0 comments on commit 845303e

Please sign in to comment.