Skip to content

Commit

Permalink
Remove msvc-runtime install_requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Jan 18, 2024
1 parent 4b584ea commit 37c007c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def initialize_options(self):
'delocate; platform_system == "Darwin"',
],
install_requires=[
'msvc-runtime; platform_system == "Windows"',
],
tests_require=[
'pytest', 'numpy'
Expand Down

0 comments on commit 37c007c

Please sign in to comment.