Skip to content

Commit

Permalink
Merge pull request #34 from mkoeppe/master
Browse files Browse the repository at this point in the history
setup.py: Remove outdated `setup_requires`
  • Loading branch information
imciner2 authored Jan 2, 2025
2 parents b099c7a + d80f08c commit c974dcd
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 @@ -119,7 +119,6 @@ def readme():
long_description_content_type='text/markdown',
package_dir={'qdldl': 'module'},
include_package_data=True, # Include package data from MANIFEST.in
setup_requires=["setuptools>=18.0", "pybind11"],
install_requires=["numpy >= 1.7", "scipy >= 0.13.2"],
license='Apache 2.0',
url="https://github.com/oxfordcontrol/qdldl-python/",
Expand Down

0 comments on commit c974dcd

Please sign in to comment.