Skip to content

Commit

Permalink
Merge pull request #123 from GreenBankObservatory/ipython_dep
Browse files Browse the repository at this point in the history
Make ipython a core dependency
  • Loading branch information
mpound authored Nov 21, 2023
2 parents 814fb65 + 4958e7d commit 9453334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ dependencies = [
"scipy",
"specutils",
"sphinx",
"myst-parser"
"myst-parser",
"ipython"
]

[project.optional-dependencies]
dev = [
"ipdb",
"ipython",
"pytest",
"pytest-cov",
"wget",
Expand Down

0 comments on commit 9453334

Please sign in to comment.