Amanpreet commited on
Commit
440b9db
·
1 Parent(s): 1cdc47e
Files changed (1) hide show
  1. requirements.txt +95 -112
requirements.txt CHANGED
@@ -1,112 +1,95 @@
1
- altair==5.4.1
2
- asttokens==3.0.0
3
- attrs==25.1.0
4
- backcall==0.2.0
5
- beautifulsoup4==4.13.3
6
- bleach==6.1.0
7
- blinker==1.8.2
8
- cachetools==5.5.2
9
- certifi==2025.1.31
10
- charset-normalizer==3.4.1
11
- click==8.1.8
12
- colorama==0.4.6
13
- contourpy==1.1.1
14
- cycler==0.12.1
15
- decorator==5.2.1
16
- defusedxml==0.7.1
17
- docopt==0.6.2
18
- executing==2.2.0
19
- fastjsonschema==2.21.1
20
- filelock==3.16.1
21
- filterpy==1.4.5
22
- fonttools==4.56.0
23
- fsspec==2025.2.0
24
- gitdb==4.0.12
25
- GitPython==3.1.44
26
- h5py==3.11.0
27
- idna==3.10
28
- imageio==2.35.1
29
- importlib_metadata==8.5.0
30
- importlib_resources==6.4.5
31
- ipython==8.12.3
32
- jedi==0.19.2
33
- Jinja2==3.1.5
34
- jsonschema==4.23.0
35
- jsonschema-specifications==2023.12.1
36
- jupyter_client==8.6.3
37
- jupyter_core==5.7.2
38
- jupyterlab_pygments==0.3.0
39
- kiwisolver==1.4.7
40
- lazy_loader==0.4
41
- llvmlite==0.41.1
42
- markdown-it-py==3.0.0
43
- MarkupSafe==2.1.5
44
- matplotlib==3.7.5
45
- matplotlib-inline==0.1.7
46
- mdurl==0.1.2
47
- mistune==3.1.2
48
- mpmath==1.3.0
49
- narwhals==1.29.0
50
- nbclient==0.10.1
51
- nbconvert==7.16.6
52
- nbformat==5.10.4
53
- networkx==3.1
54
- numba==0.58.1
55
- numpy==1.24.4
56
- opencv-python==4.11.0.86
57
- packaging==24.2
58
- pandas==2.0.3
59
- pandocfilters==1.5.1
60
- parso==0.8.4
61
- pickleshare==0.7.5
62
- pillow==10.4.0
63
- pip-check==2.9
64
- pipreqs==0.5.0
65
- pkgutil_resolve_name==1.3.10
66
- platformdirs==4.3.6
67
- prompt_toolkit==3.0.50
68
- protobuf==5.29.3
69
- psutil==7.0.0
70
- pure_eval==0.2.3
71
- pyarrow==17.0.0
72
- pydeck==0.9.1
73
- Pygments==2.19.1
74
- pyparsing==3.1.4
75
- python-dateutil==2.9.0.post0
76
- pytz==2025.1
77
- PyWavelets==1.4.1
78
- pywin32==308
79
- PyYAML==6.0.2
80
- pyzmq==26.2.1
81
- referencing==0.35.1
82
- requests==2.32.3
83
- rich==13.9.4
84
- rpds-py==0.20.1
85
- scikit-image==0.21.0
86
- scipy==1.10.1
87
- six==1.17.0
88
- smmap==5.0.2
89
- soupsieve==2.6
90
- stack-data==0.6.3
91
- streamlit==1.40.1
92
- sympy==1.13.3
93
- tenacity==9.0.0
94
- terminaltables==3.1.10
95
- tifffile==2023.7.10
96
- tinycss2==1.2.1
97
- toml==0.10.2
98
- torch==2.4.1
99
- torchsummary==1.5.1
100
- torchvision==0.19.1
101
- tornado==6.4.2
102
- tqdm==4.67.1
103
- traitlets==5.14.3
104
- typing_extensions==4.12.2
105
- tzdata==2025.1
106
- urllib3==2.2.3
107
- watchdog==4.0.2
108
- wcwidth==0.2.13
109
- webencodings==0.5.1
110
- yacs==0.1.8
111
- yarg==0.1.9
112
- zipp==3.20.2
 
1
+ altair
2
+ beautifulsoup4
3
+ bleach
4
+ blinker
5
+ cachetools
6
+ certifi
7
+ charset-normalizer
8
+ click
9
+ colorama
10
+ contourpy
11
+ cycler
12
+ decorator
13
+ defusedxml
14
+ docopt
15
+ fastjsonschema
16
+ filelock
17
+ filterpy
18
+ fonttools
19
+ fsspec
20
+ gitdb
21
+ GitPython
22
+ h5py
23
+ idna
24
+ imageio
25
+ importlib_metadata
26
+ importlib_resources
27
+ ipython
28
+ jedi
29
+ Jinja2
30
+ jsonschema
31
+ jsonschema-specifications
32
+ jupyter_client
33
+ jupyter_core
34
+ jupyterlab_pygments
35
+ kiwisolver
36
+ lazy_loader
37
+ llvmlite
38
+ markdown-it-py
39
+ MarkupSafe
40
+ matplotlib
41
+ matplotlib-inline
42
+ mdurl
43
+ mistune
44
+ mpmath
45
+ narwhals
46
+ nbclient
47
+ nbconvert
48
+ nbformat
49
+ networkx
50
+ numba
51
+ numpy
52
+ opencv-python
53
+ packaging
54
+ pandas
55
+ pandocfilters
56
+ pillow
57
+ pip-check
58
+ pipreqs
59
+ protobuf
60
+ psutil
61
+ pyarrow
62
+ pydeck
63
+ Pygments
64
+ pyparsing
65
+ python-dateutil
66
+ pytz
67
+ PyWavelets
68
+ PyYAML
69
+ pyzmq
70
+ referencing
71
+ requests
72
+ rich
73
+ rpds-py
74
+ scikit-image
75
+ scipy
76
+ six
77
+ smmap
78
+ soupsieve
79
+ streamlit
80
+ sympy
81
+ tenacity
82
+ terminaltables
83
+ tifffile
84
+ tinycss2
85
+ toml
86
+ torch
87
+ torchsummary
88
+ torchvision
89
+ tornado
90
+ tqdm
91
+ watchdog
92
+ webencodings
93
+ yacs
94
+ yarg
95
+ zipp