python version upgraded to 3.10
Browse files- README.md +2 -1
- requirement.txt +0 -61
README.md
CHANGED
@@ -4,7 +4,8 @@ emoji: 👁
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: pink
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: bsd-2-clause
|
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: pink
|
6 |
sdk: streamlit
|
7 |
+
sdk_version: 1.23.1
|
8 |
+
python_version: 3.10
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: bsd-2-clause
|
requirement.txt
DELETED
@@ -1,61 +0,0 @@
|
|
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 |
-
gym-notices==0.0.8
|
18 |
-
idna==3.4
|
19 |
-
importlib-metadata==4.13.0
|
20 |
-
Jinja2==3.1.2
|
21 |
-
jsonschema==4.17.3
|
22 |
-
kiwisolver==1.4.4
|
23 |
-
markdown-it-py==2.2.0
|
24 |
-
MarkupSafe==2.1.2
|
25 |
-
matplotlib==3.7.1
|
26 |
-
mdurl==0.1.2
|
27 |
-
mpmath==1.3.0
|
28 |
-
networkx==3.1
|
29 |
-
numpy==1.24.3
|
30 |
-
packaging==23.1
|
31 |
-
pandas==2.0.2
|
32 |
-
Pillow==9.5.0
|
33 |
-
protobuf==4.23.2
|
34 |
-
pyarrow==12.0.0
|
35 |
-
pydeck==0.8.0
|
36 |
-
Pygments==2.15.1
|
37 |
-
Pympler==1.0.1
|
38 |
-
pyparsing==3.0.9
|
39 |
-
pyrsistent==0.19.3
|
40 |
-
python-dateutil==2.8.2
|
41 |
-
pytz==2023.3
|
42 |
-
pytz-deprecation-shim==0.1.0.post0
|
43 |
-
requests==2.31.0
|
44 |
-
rich==13.4.1
|
45 |
-
scipy==1.10.1
|
46 |
-
six==1.16.0
|
47 |
-
smmap==5.0.0
|
48 |
-
stable-baselines3==1.8.0
|
49 |
-
streamlit==1.23.1
|
50 |
-
sympy==1.12
|
51 |
-
tenacity==8.2.2
|
52 |
-
toml==0.10.2
|
53 |
-
toolz==0.12.0
|
54 |
-
torch==2.0.1
|
55 |
-
tornado==6.3.2
|
56 |
-
typing_extensions==4.6.3
|
57 |
-
tzdata==2023.3
|
58 |
-
tzlocal==4.3
|
59 |
-
urllib3==2.0.2
|
60 |
-
validators==0.20.0
|
61 |
-
zipp==3.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|