sneedium commited on
Commit
4d55a06
1 Parent(s): f2ea95b

Update requirements.txt

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