Skip to content

Commit

Permalink
main project file requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael R. Blanton committed May 11, 2024
1 parent 29557c7 commit 6802b8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ classifiers = [
dynamic = ["version"]
requires-python = ">=3.9"
dependencies = [
"matplotlib>=3.5.2",
"numpy>=1.18.1",
"scipy>=1.8.1",
"astropy>=3.0.0",
]

[project.urls]
Expand All @@ -29,8 +33,6 @@ dev = [
"pre-commit", # Used to run checks before finalizing a git commit
"pytest",
"pytest-cov", # Used to report total code coverage
"matplotlib", # Used in sample notebook intro_notebook.ipynb
"numpy", # Used in sample notebook intro_notebook.ipynb
"ruff", # Used for static linting of files
# before updating
# "pre-commit", # Used to run checks before finalizing a git commit
Expand Down

0 comments on commit 6802b8a

Please sign in to comment.