jxx123 commited on
Commit
bfd6fbe
1 Parent(s): c785ba7

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +57 -0
requirements.txt ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.0.1
2
+ attrs==23.1.0
3
+ blinker==1.6.2
4
+ cachetools==5.3.1
5
+ certifi==2023.7.22
6
+ charset-normalizer==3.2.0
7
+ click==8.1.7
8
+ cloudpickle==2.2.1
9
+ decorator==4.4.2
10
+ Farama-Notifications==0.0.4
11
+ gitdb==4.0.10
12
+ GitPython==3.1.32
13
+ gymnasium==0.29.0
14
+ idna==3.4
15
+ imageio==2.31.1
16
+ imageio-ffmpeg==0.4.8
17
+ importlib-metadata==6.8.0
18
+ Jinja2==3.1.2
19
+ jsonschema==4.19.0
20
+ jsonschema-specifications==2023.7.1
21
+ markdown-it-py==3.0.0
22
+ MarkupSafe==2.1.3
23
+ mdurl==0.1.2
24
+ moviepy==1.0.3
25
+ numpy==1.25.2
26
+ packaging==23.1
27
+ pandas==2.0.3
28
+ Pillow==9.5.0
29
+ proglog==0.1.10
30
+ protobuf==4.24.0
31
+ pyarrow==12.0.1
32
+ pydeck==0.8.0
33
+ pygame==2.5.1
34
+ Pygments==2.16.1
35
+ Pympler==1.0.1
36
+ python-dateutil==2.8.2
37
+ pytz==2023.3
38
+ pytz-deprecation-shim==0.1.0.post0
39
+ referencing==0.30.2
40
+ requests==2.31.0
41
+ rich==13.5.2
42
+ rpds-py==0.9.2
43
+ six==1.16.0
44
+ smmap==5.0.0
45
+ streamlit==1.25.0
46
+ tenacity==8.2.3
47
+ toml==0.10.2
48
+ toolz==0.12.0
49
+ tornado==6.3.3
50
+ tqdm==4.66.1
51
+ typing_extensions==4.7.1
52
+ tzdata==2023.3
53
+ tzlocal==4.3.1
54
+ urllib3==2.0.4
55
+ validators==0.21.2
56
+ watchdog==3.0.0
57
+ zipp==3.16.2