Skip to content

Commit

Permalink
Add mim to extras_require in setup.py (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng authored Jun 15, 2022
1 parent 14f8d8f commit b863406
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 @@ -182,6 +182,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=[],
zip_safe=False)

0 comments on commit b863406

Please sign in to comment.