Skip to content

Commit

Permalink
'musllinux'
Browse files Browse the repository at this point in the history
  • Loading branch information
smasky committed Apr 18, 2024
1 parent e609932 commit aec98e6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[build-system]
requires = [
"setuptools",
"scipy",
"wheel",
"Cython>=3.0.10",
"pybind11>=2.6",
"Cython",
"pybind11",
"numpy",
"scipy",

]
build-backend = "setuptools.build_meta"

Expand All @@ -18,8 +19,8 @@ authors = [
{name="wmtSky", email="wmtsky@hhu.edu.cn"}
]
dependencies = [
"numpy>=1.20.3",
"scipy>=1.10.1",
"numpy",
"scipy",
]


Expand Down

0 comments on commit aec98e6

Please sign in to comment.