Skip to content

Commit

Permalink
Add mim in extras_require (#8194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwang1997 committed Jun 15, 2022
1 parent 2b05497 commit 3940957
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 @@ -214,6 +214,7 @@ def add_mim_extension():
'tests': parse_requirements('requirements/tests.txt'),
'build': parse_requirements('requirements/build.txt'),
'optional': parse_requirements('requirements/optional.txt'),
'mim': parse_requirements('requirements/mminstall.txt'),
},
ext_modules=[],
cmdclass={'build_ext': BuildExtension},
Expand Down

0 comments on commit 3940957

Please sign in to comment.