Skip to content

Commit

Permalink
Merge pull request #12 from lincc-frameworks-mask-incubator/numpy_ver…
Browse files Browse the repository at this point in the history
…sion_limit

modified: CMakeLists.txt and pyproject.tom
  • Loading branch information
yoclaudius authored Jun 17, 2024
2 parents 3a0e10b + c777ca7 commit d8df8b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.16)
project(${SKBUILD_PROJECT_NAME} LANGUAGES C Fortran)

find_package(Python COMPONENTS Interpreter Development.Module NumPy REQUIRED)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
dynamic = ["version"]
requires-python = ">=3.9, <3.12"
dependencies = [
"numpy",
"numpy<2",
"matplotlib",
"astropy",
"scipy",
Expand All @@ -37,7 +37,7 @@ dev = [
]

[build-system]
requires = ["scikit-build-core", "numpy"]
requires = ["scikit-build-core", "numpy<2"]
build-backend = "scikit_build_core.build"

[tool.pytest.ini_options]
Expand Down

0 comments on commit d8df8b9

Please sign in to comment.