Skip to content

Commit

Permalink
shift from common to torch env
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatRSingh committed May 22, 2024
1 parent 2afa90f commit 016b62d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements/env_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ dependencies:
- xgboost
- gensim # used by mol2vec
- tensorboard
- basis-set-exchange
1 change: 0 additions & 1 deletion requirements/env_common_3_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ dependencies:
- xgboost
- gensim # used by mol2vec
- tensorboard
- basis-set-exchange
1 change: 1 addition & 0 deletions requirements/torch/env_torch.cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dependencies:
- -f https://data.pyg.org/whl/torch-2.2.1+cpu.html
- torch-cluster
- git+https://github.com/diffqc/dqclibs.git
- basis-set-exchange
1 change: 1 addition & 0 deletions requirements/torch/env_torch.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ dependencies:
- -f https://data.pyg.org/whl/torch-2.2.1+cu118.html
- torch-cluster
- git+https://github.com/diffqc/dqclibs.git
- basis-set-exchange
1 change: 1 addition & 0 deletions requirements/torch/env_torch.mac.cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ dependencies:
- pydantic
- torch-cluster
- git+https://github.com/diffqc/dqclibs.git
- basis-set-exchange

0 comments on commit 016b62d

Please sign in to comment.