Skip to content

Commit

Permalink
MAINT: update depencencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto authored Dec 27, 2022
2 parents 25a2ea1 + ef35005 commit 1b7e036
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Astronomy",
]
dependencies = ["cmaps==1.0.4", "matplotlib", "numpy", "scipy"]
dependencies = ["matplotlib", "numpy", "scipy"]
dynamic = ["version", "description"]

[project.optional-dependencies]
tests = [
"pytest==7.1.3",
"pytest==7.2.0",
"pytest-cov==4.0.0",
"pytest-mpl==0.16.1",
]
doc = [
"furo==2022.9.29",
"furo==2022.12.7",
"jupytext==1.14.1",
"myst-nb==0.17.1",
"nbsphinx==0.8.9",
"notebook==6.4.12",
"sphinx==5.2.3",
"nbsphinx==0.8.10",
"notebook==6.5.2",
"sphinx==5.3.0",
"sphinx-autoapi==2.0.0",
"sphinx-gallery==0.11.1",
]
Expand Down

0 comments on commit 1b7e036

Please sign in to comment.