Maslov-Artem commited on
Commit
352ab25
1 Parent(s): 0caddb7

Add requirements.txt .gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +88 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .venv
requirements.txt ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.2.0
2
+ asttokens==2.4.1
3
+ attrs==23.2.0
4
+ blinker==1.7.0
5
+ cachetools==5.3.3
6
+ certifi==2024.2.2
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ comm==0.2.1
10
+ contourpy==1.2.0
11
+ cycler==0.12.1
12
+ debugpy==1.8.1
13
+ decorator==5.1.1
14
+ executing==2.0.1
15
+ filelock==3.13.1
16
+ fonttools==4.49.0
17
+ fsspec==2024.2.0
18
+ gitdb==4.0.11
19
+ GitPython==3.1.42
20
+ idna==3.6
21
+ importlib-metadata==7.0.1
22
+ ipykernel==6.29.3
23
+ jedi==0.19.1
24
+ Jinja2==3.1.3
25
+ jsonschema==4.21.1
26
+ jsonschema-specifications==2023.12.1
27
+ jupyter_client==8.6.0
28
+ jupyter_core==5.7.1
29
+ kiwisolver==1.4.5
30
+ markdown-it-py==3.0.0
31
+ MarkupSafe==2.1.5
32
+ matplotlib==3.8.3
33
+ matplotlib-inline==0.1.6
34
+ mdurl==0.1.2
35
+ mpmath==1.3.0
36
+ nest-asyncio==1.6.0
37
+ networkx==3.2.1
38
+ numpy==1.26.4
39
+ opencv-python==4.9.0.80
40
+ packaging==23.2
41
+ pandas==2.2.1
42
+ parso==0.8.3
43
+ pexpect==4.9.0
44
+ pillow==10.2.0
45
+ platformdirs==4.2.0
46
+ prompt-toolkit==3.0.43
47
+ protobuf==4.25.3
48
+ psutil==5.9.8
49
+ ptyprocess==0.7.0
50
+ pure-eval==0.2.2
51
+ py-cpuinfo==9.0.0
52
+ pyarrow==15.0.0
53
+ pydeck==0.8.1b0
54
+ Pygments==2.17.2
55
+ pyparsing==3.1.1
56
+ python-dateutil==2.8.2
57
+ pytz==2024.1
58
+ PyYAML==6.0.1
59
+ pyzmq==25.1.2
60
+ referencing==0.33.0
61
+ requests==2.31.0
62
+ rich==13.7.1
63
+ rpds-py==0.18.0
64
+ scipy==1.12.0
65
+ seaborn==0.13.2
66
+ six==1.16.0
67
+ smmap==5.0.1
68
+ stack-data==0.6.3
69
+ streamlit==1.31.1
70
+ sympy==1.12
71
+ tenacity==8.2.3
72
+ thop==0.1.1.post2209072238
73
+ toml==0.10.2
74
+ toolz==0.12.1
75
+ torch==2.2.1
76
+ torchvision==0.17.1
77
+ tornado==6.4
78
+ tqdm==4.66.2
79
+ traitlets==5.14.1
80
+ typing_extensions==4.10.0
81
+ tzdata==2024.1
82
+ tzlocal==5.2
83
+ ultralytics==8.1.19
84
+ urllib3==2.2.1
85
+ validators==0.22.0
86
+ watchdog==4.0.0
87
+ wcwidth==0.2.13
88
+ zipp==3.17.0