Skip to content

Commit

Permalink
chore(setup.py): add mim extras_requires (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-tong committed Sep 1, 2022
1 parent 87a1d32 commit 60f0415
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/mminstall.txt'),
},
ext_modules=[],
zip_safe=False)

0 comments on commit 60f0415

Please sign in to comment.