IliaLarchenko commited on
Commit
a1a258c
1 Parent(s): 1e4b31b

minor bug fix

Browse files
Files changed (3) hide show
  1. .pre-commit-config.yaml +0 -1
  2. requirements.txt +0 -2
  3. run.sh +1 -1
.pre-commit-config.yaml CHANGED
@@ -4,7 +4,6 @@ repos:
4
  hooks:
5
  - id: flake8
6
  args: [--max-line-length=88]
7
- - id: trailing-whitespace
8
  - id: end-of-file-fixer
9
  - id: requirements-txt-fixer
10
  - id: check-added-large-files
 
4
  hooks:
5
  - id: flake8
6
  args: [--max-line-length=88]
 
7
  - id: end-of-file-fixer
8
  - id: requirements-txt-fixer
9
  - id: check-added-large-files
requirements.txt CHANGED
@@ -38,8 +38,6 @@ more-itertools==7.2.0
38
  networkx==2.4
39
  nodeenv==1.3.3
40
  numpy==1.16.4
41
- opencv-python==4.1.2.30
42
- opencv-python-headless==4.1.1.26
43
  packaging==19.2
44
  pandas==0.25.3
45
  pathspec==0.6.0
 
38
  networkx==2.4
39
  nodeenv==1.3.3
40
  numpy==1.16.4
 
 
41
  packaging==19.2
42
  pandas==0.25.3
43
  pathspec==0.6.0
run.sh CHANGED
@@ -1 +1 @@
1
- streamlit run src/app.py
 
1
+ streamlit run src/app.py