Skip to content

Commit

Permalink
Remove unused build dependencies from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 5, 2024
1 parent bfeafbe commit 290d8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[build-system]
requires = ['scikit-build-core', 'cython ~=3.0', 'scoring-matrices ~=0.3.0', 'semantic-version ~=2.10']
requires = ['scikit-build-core', 'cython ~=3.0', 'scoring-matrices ~=0.3.0']
build-backend = "scikit_build_core.build"

[project]
name = "pyfamsa"
version = "0.6.0"


version = "0.5.2"

[tool.scikit-build]
build-dir = "build/{build_type}"
Expand Down
7 changes: 0 additions & 7 deletions src/scripts/cmake/CythonExtension.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ execute_process(
OUTPUT_VARIABLE SCORING_MATRICES_PATH
)

# --- Detect `pyopal` folder ---------------------------------------------------

execute_process(
COMMAND ${Python_EXECUTABLE} -c "import os; import pyopal; print(os.path.dirname(pyopal.__path__[0]), end='')"
OUTPUT_VARIABLE PYOPAL_PATH
)

# --- Declare Cython extension -------------------------------------------------

macro(cython_extension _name)
Expand Down

0 comments on commit 290d8a7

Please sign in to comment.