sushmanth commited on
Commit
0acff04
1 Parent(s): 40fc39c

update requirements.txt

Browse files
Files changed (2) hide show
  1. functions.py +1 -1
  2. requirements.txt +60 -85
functions.py CHANGED
@@ -57,7 +57,7 @@ def lineage_population_model():
57
  file = st.file_uploader('Upload an image or choose an example')
58
  example_image = Image.open('./images/lineage_population_examples/'+selected_box2).convert("RGB")
59
 
60
- col1, col2= st.beta_columns(2)
61
 
62
  if file:
63
  input = Image.open(file).convert("RGB")
 
57
  file = st.file_uploader('Upload an image or choose an example')
58
  example_image = Image.open('./images/lineage_population_examples/'+selected_box2).convert("RGB")
59
 
60
+ col1, col2= st.columns(2)
61
 
62
  if file:
63
  input = Image.open(file).convert("RGB")
requirements.txt CHANGED
@@ -1,89 +1,64 @@
1
- altair==4.1.0
2
- argon2-cffi==20.1.0
3
- astor==0.8.1
4
- async-generator==1.10
5
- attrs==21.2.0
6
- backcall==0.2.0
7
- base58==2.1.0
8
- bleach==3.3.1
9
- blinker==1.4
10
- cachetools==4.2.2
11
- certifi==2021.5.30
12
- cffi==1.14.6
13
- charset-normalizer==2.0.3
14
- click==7.1.2
15
- debugpy==1.4.1
16
- decorator==5.0.9
17
- defusedxml==0.7.1
18
- entrypoints==0.3
19
- flatbuffers==2.0
20
- gitdb==4.0.7
21
- GitPython==3.1.18
22
- idna==3.2
23
  imutils==0.5.4
24
- ipykernel==6.0.3
25
- ipython==7.25.0
26
- ipython-genutils==0.2.0
27
- ipywidgets==7.6.3
28
- jedi==0.18.0
29
- Jinja2==3.0.1
30
- joblib==1.0.1
31
- jsonschema==3.2.0
32
- jupyter-client==6.1.12
33
- jupyter-core==4.7.1
34
- jupyterlab-pygments==0.1.2
35
- jupyterlab-widgets==1.0.0
36
- MarkupSafe==2.0.1
37
- matplotlib-inline==0.1.2
38
- mistune==0.8.4
39
- nbclient==0.5.3
40
- nbconvert==6.1.0
41
- nbformat==5.1.3
42
- nest-asyncio==1.5.1
43
- notebook==6.4.0
44
- numpy==1.21.1
45
- onnxruntime==1.8.1
46
- opencv-python-headless==4.5.3.56
47
- packaging==21.0
48
- pandas==1.3.1
49
- pandocfilters==1.4.3
50
- parso==0.8.2
51
- pexpect==4.8.0
52
- pickleshare==0.7.5
53
- Pillow==8.3.1
54
- plotly==5.1.0
55
- prometheus-client==0.11.0
56
- prompt-toolkit==3.0.19
57
- protobuf==3.17.3
58
- ptyprocess==0.7.0
59
- pyarrow==5.0.0
60
- pycparser==2.20
61
- pydeck==0.6.2
62
- Pygments==2.9.0
63
- pyparsing==2.4.7
64
- pyrsistent==0.18.0
65
  python-dateutil==2.8.2
66
- pytz==2021.1
67
- pyzmq==22.1.0
68
- requests==2.26.0
69
- scikit-learn==0.24.1
70
- scipy==1.7.0
71
- Send2Trash==1.7.1
72
  six==1.16.0
73
- smmap==4.0.0
74
- streamlit==0.85.1
75
- tenacity==8.0.1
76
- terminado==0.10.1
77
- testpath==0.5.0
78
- threadpoolctl==2.2.0
 
79
  toml==0.10.2
80
- toolz==0.11.1
81
- tornado==6.1
82
- traitlets==5.0.5
83
- tzlocal==2.1
84
- urllib3==1.26.6
85
- validators==0.18.2
86
- watchdog==2.1.3
87
- wcwidth==0.2.5
88
- webencodings==0.5.1
89
- widgetsnbextension==3.5.1
 
1
+ altair==5.0.1
2
+ attrs==23.1.0
3
+ blinker==1.6.2
4
+ cachetools==5.3.1
5
+ certifi==2023.5.7
6
+ charset-normalizer==3.1.0
7
+ click==8.1.3
8
+ coloredlogs==15.0.1
9
+ decorator==5.1.1
10
+ flatbuffers==23.5.26
11
+ functions==0.7.0
12
+ gitdb==4.0.10
13
+ GitPython==3.1.31
14
+ humanfriendly==10.0
15
+ idna==3.4
16
+ importlib-metadata==6.6.0
 
 
 
 
 
 
17
  imutils==0.5.4
18
+ Jinja2==3.1.2
19
+ joblib==1.2.0
20
+ jsonschema==4.17.3
21
+ markdown-it-py==2.2.0
22
+ MarkupSafe==2.1.3
23
+ mdurl==0.1.2
24
+ mpmath==1.3.0
25
+ numpy==1.24.3
26
+ onnxruntime==1.15.0
27
+ opencv-python==4.7.0.72
28
+ packaging==23.1
29
+ pandas==2.0.2
30
+ pathlib==1.0.1
31
+ patsy==0.5.3
32
+ Pillow==9.5.0
33
+ plotly==5.15.0
34
+ plotly-express==0.4.1
35
+ protobuf==4.23.2
36
+ pyarrow==12.0.0
37
+ pydeck==0.8.1b0
38
+ Pygments==2.15.1
39
+ Pympler==1.0.1
40
+ pyrsistent==0.19.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  python-dateutil==2.8.2
42
+ pytz==2023.3
43
+ pytz-deprecation-shim==0.1.0.post0
44
+ requests==2.31.0
45
+ rich==13.4.1
46
+ scikit-learn==1.2.2
47
+ scipy==1.10.1
48
  six==1.16.0
49
+ sklearn==0.0.post5
50
+ smmap==5.0.0
51
+ statsmodels==0.14.0
52
+ streamlit==1.23.1
53
+ sympy==1.12
54
+ tenacity==8.2.2
55
+ threadpoolctl==3.1.0
56
  toml==0.10.2
57
+ toolz==0.12.0
58
+ tornado==6.3.2
59
+ typing_extensions==4.6.3
60
+ tzdata==2023.3
61
+ tzlocal==4.3
62
+ urllib3==2.0.3
63
+ validators==0.20.0
64
+ zipp==3.15.0