We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237c6de commit 6bd7b4dCopy full SHA for 6bd7b4d
.gitignore
@@ -259,6 +259,9 @@ node_modules/
259
package-lock.json
260
package.json
261
.prettierrc
262
+*.swp
263
264
# Log files generated by 'vagrant up'
265
*.log
266
+
267
pyproject.toml
@@ -17,6 +17,7 @@ authors = [
17
{ name = "David Stansby"},
18
]
19
dependencies = [
20
+ "matplotlib>=3.6.0",
21
"astropy>=5.3.0",
22
"sunpy[net]>=6.0.0",
23
"requests>=2.28.0",
@@ -32,7 +33,6 @@ tests = [
32
33
"responses>=0.20.0",
34
"sunpy[map,net]>=6.0.0",
35
-
36
docs = [
37
"sphinx",
38
"sphinx-automodapi",
0 commit comments