Skip to content

Commit

Permalink
Add packaging to list of dependencies
Browse files Browse the repository at this point in the history
Necessary to verify dependency versions (worked by accident on the CI servers before, since the pytest package pulls it in)
  • Loading branch information
mstimberg committed Jan 4, 2023
1 parent 24f99b5 commit 638e3f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -163,7 +163,8 @@ def build_extension(self, ext):
'pyparsing',
'jinja2>=2.7',
'py-cpuinfo;platform_system=="Windows"',
'setuptools>=24.2'
'setuptools>=24.2',
'packaging',
],
setup_requires=['numpy>=1.10',
'setuptools>=24.2'
Expand Down

0 comments on commit 638e3f9

Please sign in to comment.