YvesP commited on
Commit
b3113f6
1 Parent(s): c06afad

new requirements based on python 3.10

Browse files
Files changed (1) hide show
  1. requirements.txt +60 -3
requirements.txt CHANGED
@@ -1,3 +1,60 @@
1
- pandas~=2.0.2
2
- numpy~=1.24.3
3
- gym~=0.26.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ cloudpickle==2.2.1
9
+ contourpy==1.0.7
10
+ cycler==0.11.0
11
+ decorator==5.1.1
12
+ filelock==3.12.0
13
+ fonttools==4.39.4
14
+ gitdb==4.0.10
15
+ GitPython==3.1.31
16
+ gym==0.21.0
17
+ idna==3.4
18
+ importlib-metadata==4.13.0
19
+ Jinja2==3.1.2
20
+ jsonschema==4.17.3
21
+ kiwisolver==1.4.4
22
+ markdown-it-py==2.2.0
23
+ MarkupSafe==2.1.3
24
+ matplotlib==3.7.1
25
+ mdurl==0.1.2
26
+ mpmath==1.3.0
27
+ networkx==3.1
28
+ numpy==1.24.3
29
+ packaging==23.1
30
+ pandas==2.0.2
31
+ Pillow==9.5.0
32
+ protobuf==4.23.2
33
+ pyarrow==12.0.0
34
+ pydeck==0.8.1b0
35
+ Pygments==2.15.1
36
+ Pympler==1.0.1
37
+ pyparsing==3.0.9
38
+ pyrsistent==0.19.3
39
+ python-dateutil==2.8.2
40
+ pytz==2023.3
41
+ pytz-deprecation-shim==0.1.0.post0
42
+ requests==2.31.0
43
+ rich==13.4.1
44
+ scipy==1.10.1
45
+ six==1.16.0
46
+ smmap==5.0.0
47
+ stable-baselines3==1.8.0
48
+ streamlit==1.23.1
49
+ sympy==1.12
50
+ tenacity==8.2.2
51
+ toml==0.10.2
52
+ toolz==0.12.0
53
+ torch==2.0.1
54
+ tornado==6.3.2
55
+ typing_extensions==4.6.3
56
+ tzdata==2023.3
57
+ tzlocal==4.3
58
+ urllib3==2.0.3
59
+ validators==0.20.0
60
+ zipp==3.15.0