Skip to content

Commit

Permalink
added missing required package to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lochiego committed Feb 11, 2022
1 parent 9cc8e56 commit df640ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"tqdm",
"ftfy",
"regex",
"numpy",
],
author="OpenAI",
)

0 comments on commit df640ff

Please sign in to comment.