subatomicseer commited on
Commit
5ad5a9a
·
1 Parent(s): 8d88cf6

Update requirements.txt

Browse files

- Updated numpy to 1.18.5
- Should also consider updating for the main repo, since 1.18.x is quite outdated

Files changed (1) hide show
  1. streamlit_app/requirements.txt +1 -1
streamlit_app/requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  torch==1.10.1
2
  torchvision==0.11.2
3
  opencv-python==4.5.1.48
4
- numpy == 1.18.4
5
  Pillow==8.4.0
6
  tqdm==4.62.3
7
  imageio==2.9.0
 
1
  torch==1.10.1
2
  torchvision==0.11.2
3
  opencv-python==4.5.1.48
4
+ numpy == 1.18.5
5
  Pillow==8.4.0
6
  tqdm==4.62.3
7
  imageio==2.9.0