Skip to content

Commit

Permalink
Merge pull request #201 from neutrinoceros/cleanup_buildtime_dependen…
Browse files Browse the repository at this point in the history
…cies

BLD: cleanup unused build-time dependencies
  • Loading branch information
pllim committed Dec 5, 2023
2 parents 648c861 + b6e5110 commit aa4ceab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

requires = ["setuptools",
"setuptools_scm",
"wheel",
"extension-helpers",
"oldest-supported-numpy",
"cython"]
]

build-backend = 'setuptools.build_meta'

Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

from setuptools import setup

from extension_helpers import get_extensions


# First provide helpful messages if contributors try and run legacy commands
# for tests or docs.
Expand Down Expand Up @@ -65,5 +63,4 @@
print(DOCS_HELP)
sys.exit(1)

setup(use_scm_version={'write_to': os.path.join('specreduce', 'version.py')},
ext_modules=get_extensions())
setup(use_scm_version={'write_to': os.path.join('specreduce', 'version.py')})

0 comments on commit aa4ceab

Please sign in to comment.