Skip to content

Commit

Permalink
Deploy: Set scikit-build version to 0.16.4 (latest 10Jan23)
Browse files Browse the repository at this point in the history
  • Loading branch information
phcerdan committed Jan 10, 2023
1 parent e3c8574 commit 93bb6b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion deploy/requirements-deploy.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scikit-build
scikit-build>=0.16.4
10 changes: 1 addition & 9 deletions deploy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@

from __future__ import print_function
from os import sys, path

try:
from skbuild import setup
except ImportError:
print('scikit-build is required to build from source.', file=sys.stderr)
print('Please run:', file=sys.stderr)
print('', file=sys.stderr)
print(' python -m pip install scikit-build')
sys.exit(1)
from skbuild import setup

sys.path.append(path.dirname(path.dirname(path.abspath(__file__))))
from sgextVersion import get_versions
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scikit-build
scikit-build>=0.16.4
numpy

0 comments on commit 93bb6b4

Please sign in to comment.