PBJ commited on
Commit
6f300fe
1 Parent(s): db9d671

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -13
requirements.txt CHANGED
@@ -1,23 +1,23 @@
1
- altair<5
2
  streamlit
3
  Pillow
4
  glob2
5
  numpy
6
  pathlib
7
  tqdm
8
- matplotlib==3.2.2
9
- matplotlib-venn==0.11.7
10
  scikit-image
11
  torch
12
  torchvision
13
  torchsummary
14
- fastai==2.4
15
- fastcore==1.3.29
16
- fastdownload==0.0.7
17
- fastdtw==0.3.4
18
- fastjsonschema==2.16.2
19
- fastprogress==1.0.3
20
- fastrlock==0.8.1
21
- opencv-contrib-python==4.6.0.66
22
- opencv-python==4.6.0.66
23
- opencv-python-headless==4.6.0.66
 
1
+ altair>=4,<5
2
  streamlit
3
  Pillow
4
  glob2
5
  numpy
6
  pathlib
7
  tqdm
8
+ matplotlib
9
+ matplotlib-venn
10
  scikit-image
11
  torch
12
  torchvision
13
  torchsummary
14
+ fastai
15
+ fastcore
16
+ fastdownload
17
+ fastdtw
18
+ fastjsonschema
19
+ fastprogress
20
+ fastrlock
21
+ opencv-contrib-python
22
+ opencv-python
23
+ opencv-python-headless