Skip to content

Commit

Permalink
1.4.5 增加nep_cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
aboys-cb committed Nov 26, 2024
1 parent ed39bc7 commit 4d222ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install build numpy pybind11
- name: Build package
run: python setup.py sdist
- name: Publish package
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build-system]
requires = [
"numpy>=2.1.0",
"numpy>=2.1.0",
"setuptools>=65.0.0",
"pybind11"
"pybind11>=2.12.0"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 4d222ab

Please sign in to comment.