Skip to content

Commit 72a1fc9

Browse files
authored
Refine comments in environment.yml
Updated comments for clarity on package usage.
1 parent 3a34219 commit 72a1fc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ dependencies:
1919

2020
# Python packages via pip
2121
- pip:
22-
# Deep Learning (only torch, torchvision/audio not used)
22+
# Deep Learning
2323
- torch>=2.0.0
2424

25-
# Transformers pinned <5.0 to avoid noisy __path__ deprecation warnings
25+
# Transformers
2626
- transformers>=4.30.0,<5.0
2727
- sentence-transformers>=2.2.0
2828

@@ -46,4 +46,4 @@ dependencies:
4646
# Jupyter & Notebooks
4747
- jupyter>=1.0.0
4848
- notebook>=7.0.0
49-
- ipykernel>=6.25.0
49+
- ipykernel>=6.25.0

0 commit comments

Comments
 (0)