Skip to content

Commit 6bd7b4d

Browse files
committed
oldest deps
1 parent 237c6de commit 6bd7b4d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ node_modules/
259259
package-lock.json
260260
package.json
261261
.prettierrc
262+
*.swp
262263

263264
# Log files generated by 'vagrant up'
264265
*.log
266+
267+

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ authors = [
1717
{ name = "David Stansby"},
1818
]
1919
dependencies = [
20+
"matplotlib>=3.6.0",
2021
"astropy>=5.3.0",
2122
"sunpy[net]>=6.0.0",
2223
"requests>=2.28.0",
@@ -32,7 +33,6 @@ tests = [
3233
"responses>=0.20.0",
3334
"sunpy[map,net]>=6.0.0",
3435
]
35-
3636
docs = [
3737
"sphinx",
3838
"sphinx-automodapi",

0 commit comments

Comments
 (0)