Skip to content

Commit

Permalink
[Fix] Complete requirements (#1419)
Browse files Browse the repository at this point in the history
* add requirements

* fix lint

Co-authored-by: Yanhong Zeng <zengyh1900@gmail.com>
plyfager and zengyh1900 authored Nov 9, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 17e6d13 commit 807239d
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -70,6 +70,7 @@ docs/en/_tmp/
docs/zh_cn/_build/
docs/zh_cn/_tmp/
requirements/src/
docs/en/api/generated

# PyBuilder
target/
1 change: 1 addition & 0 deletions requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
clip @ git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
mmdet >= 3.0.0rc2
PyQt5
2 changes: 2 additions & 0 deletions requirements/readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
lmdb
mmcv>=2.0.0rc1
prettytable
Pygments
regex
scikit-image
titlecase

0 comments on commit 807239d

Please sign in to comment.