Skip to content

Commit ebb7cd6

Browse files
author
Yair Schiff
committed
Add pip requirement to yml
1 parent 96f9f21 commit ebb7cd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ channels:
66
- conda-forge
77
dependencies:
88
- python>=3.8
9+
- pip>=21.0
910
- pytorch=1.7.1=py3.8_cuda11.0.221_cudnn8.0.5_0
1011
- torchvision
1112
- pandas
@@ -14,4 +15,4 @@ dependencies:
1415
- numpy
1516
- libgcc
1617
- pip:
17-
- transformers==3.2.0
18+
- transformers==3.2.0

0 commit comments

Comments
 (0)