Skip to content

Commit

Permalink
Remove rich library (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium authored Apr 11, 2024
1 parent 2c30282 commit 10c2555
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion devtools/conda-envs/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
- click
- click-option-group
- tqdm
- rich

# chemistry
- pydantic <3
Expand Down
5 changes: 0 additions & 5 deletions devtools/conda-envs/test_cuda_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- click
- click-option-group
- tqdm
- rich

# chemistry
- openff-recharge
Expand Down Expand Up @@ -44,7 +43,3 @@ dependencies:
- pytest-cov
- pytest-xdist
- codecov

# Pip-only installs
- pip:
- rich
4 changes: 0 additions & 4 deletions devtools/conda-envs/test_env_dgl_false.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- click
- click-option-group
- tqdm
- rich

# chemistry
- openff-recharge
Expand All @@ -39,6 +38,3 @@ dependencies:
- pytest-xdist
- codecov

# Pip-only installs
- pip:
- rich
4 changes: 0 additions & 4 deletions devtools/conda-envs/test_env_dgl_true.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
- click
- click-option-group
- tqdm
- rich

# chemistry
- openff-recharge
Expand Down Expand Up @@ -41,6 +40,3 @@ dependencies:
- pytest-xdist
- codecov

# Pip-only installs
- pip:
- rich

0 comments on commit 10c2555

Please sign in to comment.