cyrusyc commited on
Commit
bbbaa46
·
1 Parent(s): b213f73

remove deepmd from toml

Browse files
.github/README.md CHANGED
@@ -33,7 +33,7 @@ bash scripts/install-dgl.sh
33
  pip install -e .[test]
34
  pip install -e .[mace]
35
  # DeePMD
36
- DP_ENABLE_TENSORFLOW=0 pip install -e .[deepmd]
37
  ```
38
 
39
  ## Contribute
 
33
  pip install -e .[test]
34
  pip install -e .[mace]
35
  # DeePMD
36
+ DP_ENABLE_TENSORFLOW=0 pip install deepmd-kit@git+https://github.com/deepmodeling/deepmd-kit.git@v3.0.0b4
37
  ```
38
 
39
  ## Contribute
.github/workflows/test.yaml CHANGED
@@ -44,7 +44,7 @@ jobs:
44
  uv pip install dgl -f https://data.dgl.ai/wheels/torch-${TORCH}/${CUDA}/repo.html
45
  uv pip install -e .[test]
46
  uv pip install -e .[mace]
47
- uv pip install -e .[deepmd]
48
 
49
  - name: List dependencies
50
  run: pip list
 
44
  uv pip install dgl -f https://data.dgl.ai/wheels/torch-${TORCH}/${CUDA}/repo.html
45
  uv pip install -e .[test]
46
  uv pip install -e .[mace]
47
+ uv pip install deepmd-kit@git+https://github.com/deepmodeling/deepmd-kit.git@v3.0.0b4
48
 
49
  - name: List dependencies
50
  run: pip list
pyproject.toml CHANGED
@@ -67,9 +67,6 @@ test = [
67
  mace = [
68
  "mace-torch==0.3.9",
69
  ]
70
- deepmd = [
71
- "deepmd-kit@git+https://github.com/deepmodeling/deepmd-kit.git#egg=0b3f860424550dcec0cdda012138fb9eafcaba92"
72
- ]
73
 
74
  [project.urls]
75
  Homepage = "https://github.com/atomind-ai/mlip-arena"
 
67
  mace = [
68
  "mace-torch==0.3.9",
69
  ]
 
 
 
70
 
71
  [project.urls]
72
  Homepage = "https://github.com/atomind-ai/mlip-arena"