Skip to content

Commit

Permalink
Add mim to extras_require in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida committed Jun 9, 2022
1 parent 60655de commit 438f47c
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 @@ -195,6 +195,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/miminstall.txt'),
},
ext_modules=[],
zip_safe=False)

0 comments on commit 438f47c

Please sign in to comment.