You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/requirements.txt
+27-25Lines changed: 27 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
alabaster==0.7.13 ; python_version>="3.8" and python_version < "3.12"
2
2
anyio==3.7.1 ; python_version>="3.8" and python_version < "3.12"
3
-
appnope==0.1.3 ; python_version>="3.8" and python_version < "3.12" and platform_system == "Darwin" or python_version >= "3.8" and python_version < "3.12" and sys_platform == "darwin"
3
+
appnope==0.1.3 ; python_version>="3.8" and python_version < "3.12" and (platform_system == "Darwin" or sys_platform == "darwin")
4
4
argon2-cffi-bindings==21.2.0 ; python_version>="3.8" and python_version < "3.12"
5
5
argon2-cffi==21.3.0 ; python_version>="3.8" and python_version < "3.12"
6
6
arrow==1.2.3 ; python_version>="3.8" and python_version < "3.12"
backcall==0.2.0 ; python_version>="3.8" and python_version < "3.12"
12
12
beautifulsoup4==4.12.2 ; python_version>="3.8" and python_version < "3.12"
13
13
bleach==6.0.0 ; python_version>="3.8" and python_version < "3.12"
14
-
certifi==2023.5.7 ; python_version>="3.8" and python_version < "3.12"
14
+
certifi==2023.7.22 ; python_version>="3.8" and python_version < "3.12"
15
15
cffi==1.15.1 ; python_version>="3.8" and python_version < "3.12"
16
16
charset-normalizer==3.2.0 ; python_version>="3.8" and python_version < "3.12"
17
-
colorama==0.4.6 ; python_version>="3.8" and python_version < "3.12" and sys_platform == "win32" or python_version >= "3.8" and python_version < "3.12" and platform_system == "Windows"
18
-
comm==0.1.3 ; python_version>="3.8" and python_version < "3.12"
17
+
colorama==0.4.6 ; python_version>="3.8" and python_version < "3.12" and (sys_platform == "win32" or platform_system == "Windows")
18
+
comm==0.1.4 ; python_version>="3.8" and python_version < "3.12"
19
19
contourpy==1.1.0 ; python_version>="3.8" and python_version < "3.12"
20
20
coverage[toml]==7.2.7 ; python_version>="3.8" and python_version < "3.12"
21
21
cycler==0.11.0 ; python_version>="3.8" and python_version < "3.12"
22
22
datetime==4.9 ; python_version>="3.8" and python_version < "3.12"
23
23
debugpy==1.6.7 ; python_version>="3.8" and python_version < "3.12"
24
24
decorator==5.1.1 ; python_version>="3.8" and python_version < "3.12"
25
25
defusedxml==0.7.1 ; python_version>="3.8" and python_version < "3.12"
26
-
dill==0.3.6 ; python_version>="3.8" and python_version < "3.12"
26
+
dill==0.3.7 ; python_version>="3.8" and python_version < "3.12"
27
27
docutils==0.16 ; python_version>="3.8" and python_version < "3.12"
28
+
entrypoints==0.4 ; python_version>="3.8" and python_version < "3.12"
28
29
exceptiongroup==1.1.2 ; python_version>="3.8" and python_version < "3.11"
29
30
executing==1.2.0 ; python_version>="3.8" and python_version < "3.12"
30
-
fastjsonschema==2.17.1 ; python_version>="3.8" and python_version < "3.12"
31
-
fonttools==4.41.0 ; python_version>="3.8" and python_version < "3.12"
31
+
fastjsonschema==2.18.0 ; python_version>="3.8" and python_version < "3.12"
32
+
fonttools==4.42.0 ; python_version>="3.8" and python_version < "3.12"
32
33
fqdn==1.5.1 ; python_version>="3.8" and python_version < "3.12"
33
34
georinex==1.16.1 ; python_version>="3.8" and python_version < "3.12"
34
35
hatanaka==2.8.1 ; python_version>="3.8" and python_version < "3.12"
mistune==3.0.1 ; python_version>="3.8" and python_version < "3.12"
69
70
nbclassic==1.0.0 ; python_version>="3.8" and python_version < "3.12"
70
71
nbclient==0.8.0 ; python_version>="3.8" and python_version < "3.12"
71
-
nbconvert==7.7.2 ; python_version>="3.8" and python_version < "3.12"
72
-
nbformat==5.9.1 ; python_version>="3.8" and python_version < "3.12"
72
+
nbconvert==7.7.3 ; python_version>="3.8" and python_version < "3.12"
73
+
nbformat==5.9.2 ; python_version>="3.8" and python_version < "3.12"
73
74
nbsphinx-link==1.3.0 ; python_version>="3.8" and python_version < "3.12"
74
75
nbsphinx==0.8.12 ; python_version>="3.8" and python_version < "3.12"
75
76
ncompress==1.0.1 ; python_version>="3.8" and python_version < "3.12"
76
-
nest-asyncio==1.5.6 ; python_version>="3.8" and python_version < "3.12"
77
+
nest-asyncio==1.5.7 ; python_version>="3.8" and python_version < "3.12"
77
78
notebook-shim==0.2.3 ; python_version>="3.8" and python_version < "3.12"
78
-
notebook==6.5.4 ; python_version>="3.8" and python_version < "3.12"
79
-
numpy==1.24.4 ; python_version<"3.12" and python_version >="3.8"
79
+
notebook==6.5.5 ; python_version>="3.8" and python_version < "3.12"
80
+
numpy==1.24.4 ; python_version>="3.8" and python_version <"3.12"
80
81
overrides==7.3.1 ; python_version>="3.8" and python_version < "3.12"
81
82
packaging==23.1 ; python_version>="3.8" and python_version < "3.12"
82
83
pandas==2.0.3 ; python_version>="3.8" and python_version < "3.12"
@@ -86,19 +87,20 @@ pexpect==4.8.0 ; python_version >= "3.8" and python_version < "3.12" and sys_pla
86
87
pickleshare==0.7.5 ; python_version>="3.8" and python_version < "3.12"
87
88
pillow==10.0.0 ; python_version>="3.8" and python_version < "3.12"
88
89
pkgutil-resolve-name==1.3.10 ; python_version>="3.8" and python_version < "3.9"
89
-
platformdirs==3.9.1 ; python_version>="3.8" and python_version < "3.12"
90
+
platformdirs==3.10.0 ; python_version>="3.8" and python_version < "3.12"
90
91
plotly==5.15.0 ; python_version>="3.8" and python_version < "3.12"
91
92
pluggy==1.2.0 ; python_version>="3.8" and python_version < "3.12"
92
93
pockets==0.9.1 ; python_version>="3.8" and python_version < "3.12"
93
94
prometheus-client==0.17.1 ; python_version>="3.8" and python_version < "3.12"
94
95
prompt-toolkit==3.0.39 ; python_version>="3.8" and python_version < "3.12"
95
96
psutil==5.9.5 ; python_version>="3.8" and python_version < "3.12"
96
-
ptyprocess==0.7.0 ; python_version>="3.8" and python_version < "3.12" and os_name != "nt" or python_version >= "3.8" and python_version < "3.12" and sys_platform != "win32"
97
+
ptyprocess==0.7.0 ; python_version>="3.8" and python_version < "3.12" and (os_name != "nt" or sys_platform != "win32")
97
98
pure-eval==0.2.2 ; python_version>="3.8" and python_version < "3.12"
99
+
py==1.11.0 ; python_version>="3.8" and python_version < "3.12" and implementation_name == "pypy"
98
100
pycparser==2.21 ; python_version>="3.8" and python_version < "3.12"
99
101
pygments==2.15.1 ; python_version>="3.8" and python_version < "3.12"
100
102
pylint-exit==1.2.0 ; python_version>="3.8" and python_version < "3.12"
101
-
pylint==2.17.4 ; python_version>="3.8" and python_version < "3.12"
103
+
pylint==2.17.5 ; python_version>="3.8" and python_version < "3.12"
102
104
pynmea2==1.19.0 ; python_version>="3.8" and python_version < "3.12"
103
105
pyparsing==3.0.9 ; python_version>="3.8" and python_version < "3.12"
104
106
pytest-cov==4.1.0 ; python_version>="3.8" and python_version < "3.12"
0 commit comments