Diego Fernandez commited on
Commit
985db4f
1 Parent(s): 0e4e36a

chore: pin requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
- torch
2
- torchvision
3
- numpy
4
- pandas
5
- rich
6
- seaborn
7
- opencv-python
8
- git+https://github.com/tryolabs/norfair.git@master
 
 
 
1
+ torch==1.12.1
2
+ torchvision==0.13.1
3
+ numpy==1.23.2
4
+ pandas==1.4.4
5
+ rich==12.5.1
6
+ seaborn==0.12.0
7
+ opencv-python==4.6.0.66
8
+ git+https://github.com/tryolabs/norfair.git@master
9
+ gradio==3.2
10
+ tqdm==4.64.1