captchaboy commited on
Commit
4c396dc
1 Parent(s): e990436

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
  torch==1.13
2
  torchvision
3
  pytorch-lightning~=1.6.5
4
- timm
5
- nltk
6
- lmdb
7
- Pillow
8
- imgaug
9
- hydra-core
10
- fvcore
11
- ray[tune]
12
- ax-platform
13
- PyYAML
14
- tqdm
 
1
  torch==1.13
2
  torchvision
3
  pytorch-lightning~=1.6.5
4
+ timm~=0.6.5
5
+ nltk~=3.7.0
6
+ lmdb~=1.3.0
7
+ Pillow~=9.2.0
8
+ imgaug~=0.4.0
9
+ hydra-core~=1.2.0
10
+ fvcore~=0.1.5.post20220512
11
+ ray[tune]~=1.13.0
12
+ ax-platform~=0.2.5.1
13
+ PyYAML~=6.0.0
14
+ tqdm~=4.64.0