IliaLarchenko commited on
Commit
23acf8a
1 Parent(s): 4be97a3

Fixed numpy version

Browse files
Files changed (2) hide show
  1. README.md +0 -1
  2. requirements.txt +1 -0
README.md CHANGED
@@ -5,7 +5,6 @@ colorFrom: blue
5
  colorTo: pink
6
  sdk: streamlit
7
  sdk_version: 1.22.0
8
- python_version: 3.7
9
  app_file: "src/app.py"
10
  pinned: true
11
  license: mit
 
5
  colorTo: pink
6
  sdk: streamlit
7
  sdk_version: 1.22.0
 
8
  app_file: "src/app.py"
9
  pinned: true
10
  license: mit
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  albumentations==0.4.3
2
  altair==4.0
3
  streamlit==1.22.0
 
 
1
  albumentations==0.4.3
2
  altair==4.0
3
  streamlit==1.22.0
4
+ numpy==1.21.6