Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -16,6 +16,7 @@ debugpy==1.8.0
|
|
16 |
decorator==5.1.1
|
17 |
deprecation==2.1.0
|
18 |
et-xmlfile==1.1.0
|
|
|
19 |
executing==1.2.0
|
20 |
fsspec==2023.9.2
|
21 |
gitdb==4.0.10
|
@@ -29,8 +30,8 @@ jedi==0.19.0
|
|
29 |
Jinja2==3.1.2
|
30 |
jsonschema==4.19.1
|
31 |
jsonschema-specifications==2023.7.1
|
32 |
-
|
33 |
-
|
34 |
linopy==0.2.6
|
35 |
locket==1.0.0
|
36 |
markdown-it-py==3.0.0
|
@@ -58,6 +59,7 @@ pydeck==0.8.1b0
|
|
58 |
Pygments==2.16.1
|
59 |
python-dateutil==2.8.2
|
60 |
pytz==2023.3.post1
|
|
|
61 |
PyYAML==6.0.1
|
62 |
pyzmq==25.1.1
|
63 |
referencing==0.30.2
|
@@ -75,7 +77,7 @@ toolz==0.12.0
|
|
75 |
tornado==6.3.3
|
76 |
tqdm==4.66.1
|
77 |
traitlets==5.10.0
|
78 |
-
|
79 |
tzdata==2023.3
|
80 |
tzlocal==5.0.1
|
81 |
urllib3==2.0.5
|
@@ -83,4 +85,5 @@ validators==0.22.0
|
|
83 |
watchdog==3.0.0
|
84 |
wcwidth==0.2.6
|
85 |
xarray==2023.8.0
|
|
|
86 |
zipp==3.17.0
|
|
|
16 |
decorator==5.1.1
|
17 |
deprecation==2.1.0
|
18 |
et-xmlfile==1.1.0
|
19 |
+
exceptiongroup==1.2.0
|
20 |
executing==1.2.0
|
21 |
fsspec==2023.9.2
|
22 |
gitdb==4.0.10
|
|
|
30 |
Jinja2==3.1.2
|
31 |
jsonschema==4.19.1
|
32 |
jsonschema-specifications==2023.7.1
|
33 |
+
jupyter-client==8.3.1
|
34 |
+
jupyter-core==5.3.1
|
35 |
linopy==0.2.6
|
36 |
locket==1.0.0
|
37 |
markdown-it-py==3.0.0
|
|
|
59 |
Pygments==2.16.1
|
60 |
python-dateutil==2.8.2
|
61 |
pytz==2023.3.post1
|
62 |
+
pyxlsb==1.0.10
|
63 |
PyYAML==6.0.1
|
64 |
pyzmq==25.1.1
|
65 |
referencing==0.30.2
|
|
|
77 |
tornado==6.3.3
|
78 |
tqdm==4.66.1
|
79 |
traitlets==5.10.0
|
80 |
+
typing-extensions==4.8.0
|
81 |
tzdata==2023.3
|
82 |
tzlocal==5.0.1
|
83 |
urllib3==2.0.5
|
|
|
85 |
watchdog==3.0.0
|
86 |
wcwidth==0.2.6
|
87 |
xarray==2023.8.0
|
88 |
+
XlsxWriter==3.1.9
|
89 |
zipp==3.17.0
|