Skip to content

Commit

Permalink
fix test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Mar 27, 2024
1 parent 2317962 commit b46cb9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions backend/dynamic_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def dynamic_metadata(
"pytest-cov",
"pytest-sugar",
"dpgui",
"mendeleev",
],
"docs": [
"sphinx>=3.1.1",
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ Homepage = "https://github.com/deepmodeling/deepmd-kit"
documentation = "https://docs.deepmodeling.com/projects/deepmd"
repository = "https://github.com/deepmodeling/deepmd-kit"

[project.optional-dependencies]
test = [
'dpdata',
'mendeleev',
]

[tool.setuptools_scm]

[tool.scikit-build]
Expand Down

0 comments on commit b46cb9c

Please sign in to comment.