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 c9d761f commit f78e6c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dependencies = [
"argcomplete",
"watchdog",
"scikit-learn",
"calorine>=3.0",
"ruamel.yaml",
"dscribe",
"umap-learn>=0.5.7"
Expand All @@ -61,7 +60,7 @@ include-package-data = false

[tool.setuptools.packages.find]
where = ["src"]
include = ["NepTrain", "NepTrain.*" ]
include = ["NepTrain", "NepTrain.*","nep_cpu.*" ]

[tool.setuptools.package-data]
"NepTrain" = ["config.ini" ]
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
["src/nep_cpu/nep_bindings.cpp"], # 源文件
include_dirs=[
pybind11_include,
"src/nep_cpu"
],
extra_compile_args=["-O3", "-Wall", "-std=c++17"], # 编译选项
extra_link_args=[],
Expand Down

0 comments on commit f78e6c3

Please sign in to comment.