Skip to content

Commit

Permalink
Add numpy dependency to pyproject.toml (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-p authored Nov 30, 2023
1 parent 2c6fc9f commit 1744064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instant-clip-tokenizer-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[project]
name = "instant-clip-tokenizer"
dependencies = ["numpy >= 1.16.0"]

[build-system]
requires = ["maturin >= 1.0, < 2.0"]
Expand Down

0 comments on commit 1744064

Please # to comment.