udayzee05 commited on
Commit
4e7541b
·
1 Parent(s): fcd2cab

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +92 -91
requirements.txt CHANGED
@@ -1,91 +1,92 @@
1
- altair==5.1.2
2
- annotated-types==0.6.0
3
- anyio==3.7.1
4
- asttokens==2.4.0
5
- attrs==23.1.0
6
- backcall==0.2.0
7
- blinker==1.6.3
8
- cachetools==5.3.1
9
- certifi==2023.7.22
10
- charset-normalizer==3.3.0
11
- click==8.1.7
12
- colorama==0.4.6
13
- comm==0.1.4
14
- debugpy==1.8.0
15
- decorator==5.1.1
16
- exceptiongroup==1.1.3
17
- executing==2.0.0
18
- fastapi==0.104.1
19
- filelock==3.12.4
20
- fsspec==2023.9.2
21
- gitdb==4.0.11
22
- GitPython==3.1.40
23
- h11==0.14.0
24
- idna==3.4
25
- imageio==2.31.5
26
- importlib-metadata==6.8.0
27
- ipykernel==6.25.2
28
- ipython==8.13.0
29
- jedi==0.19.1
30
- Jinja2==3.1.2
31
- jsonschema==4.19.1
32
- jsonschema-specifications==2023.7.1
33
- jupyter_client==8.4.0
34
- jupyter_core==5.4.0
35
- lazy_loader==0.3
36
- markdown-it-py==3.0.0
37
- MarkupSafe==2.1.3
38
- matplotlib-inline==0.1.6
39
- mdurl==0.1.2
40
- mpmath==1.3.0
41
- nest-asyncio==1.5.8
42
- networkx==3.1
43
- numpy==1.24.4
44
- opencv-python==4.8.1.78
45
- packaging==23.2
46
- pandas==2.0.3
47
- parso==0.8.3
48
- pickleshare==0.7.5
49
- Pillow==10.1.0
50
- platformdirs==3.11.0
51
- prompt-toolkit==3.0.39
52
- protobuf==4.24.4
53
- psutil==5.9.6
54
- pure-eval==0.2.2
55
- pyarrow==13.0.0
56
- pydantic==2.4.2
57
- pydantic_core==2.10.1
58
- pydeck==0.8.1b0
59
- Pygments==2.16.1
60
- python-dateutil==2.8.2
61
- python-multipart==0.0.6
62
- pytz==2023.3.post1
63
- pyzmq==25.1.1
64
- referencing==0.30.2
65
- requests==2.31.0
66
- rich==13.6.0
67
- rpds-py==0.10.6
68
- scikit-image==0.21.0
69
- scipy==1.10.1
70
- six==1.16.0
71
- smmap==5.0.1
72
- sniffio==1.3.0
73
- stack-data==0.6.3
74
- starlette==0.27.0
75
- sympy==1.12
76
- tenacity==8.2.3
77
- tifffile==2023.7.10
78
- toml==0.10.2
79
- toolz==0.12.0
80
- tornado==6.3.3
81
- tqdm==4.66.1
82
- traitlets==5.11.2
83
- typing_extensions==4.8.0
84
- tzdata==2023.3
85
- tzlocal==5.1
86
- urllib3==2.0.7
87
- uvicorn==0.24.0.post1
88
- validators==0.22.0
89
- watchdog==3.0.0
90
- wcwidth==0.2.8
91
- zipp==3.17.0
 
 
1
+ altair
2
+ annotated-types
3
+ anyio
4
+ asttokens
5
+ attrs
6
+ backcall
7
+ blinker
8
+ cachetools
9
+ certifi
10
+ charset-normalizer
11
+ click
12
+ colorama
13
+ comm
14
+ debugpy
15
+ decorator
16
+ exceptiongroup
17
+ executing
18
+ fastapi
19
+ filelock
20
+ fsspec
21
+ gitdb
22
+ GitPython
23
+ h11
24
+ idna
25
+ imageio
26
+ importlib-metadata
27
+ ipykernel
28
+ ipython
29
+ jedi
30
+ Jinja2
31
+ jsonschema
32
+ jsonschema-specifications
33
+ jupyter_client
34
+ jupyter_core
35
+ lazy_loader
36
+ markdown-it-py
37
+ MarkupSafe
38
+ matplotlib-inline
39
+ mdurl
40
+ mpmath
41
+ nest-asyncio
42
+ networkx
43
+ numpy
44
+ opencv-python
45
+ packaging
46
+ pandas
47
+ parso
48
+ pickleshare
49
+ Pillow
50
+ platformdirs
51
+ prompt-toolkit
52
+ protobuf
53
+ psutil
54
+ pure-eval
55
+ pyarrow
56
+ pydantic
57
+ pydantic_core
58
+ pydeck
59
+ Pygments
60
+ python-dateutil
61
+ python-multipart
62
+ pytz
63
+ pyzmq
64
+ referencing
65
+ requests
66
+ rich
67
+ rpds-py
68
+ scikit-image
69
+ scipy
70
+ six
71
+ smmap
72
+ sniffio
73
+ stack-data
74
+ starlette
75
+ sympy
76
+ tenacity
77
+ tifffile
78
+ toml
79
+ toolz
80
+ tornado
81
+ torch
82
+ tqdm
83
+ traitlets
84
+ typing_extensions
85
+ tzdata
86
+ tzlocal
87
+ urllib3
88
+ uvicorn
89
+ validators
90
+ watchdog
91
+ wcwidth
92
+ zipp