Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian authored Nov 12, 2024
1 parent 6d0b921 commit faa7012
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 @@ -24,7 +24,7 @@ license = { file = "LICENSE.md" }
keywords = ["astronomy", "orbital mechanics", "propagation"]

dependencies = [
"adam_core==0.2.4a1",
"adam_core>=0.2.5",
"astropy",
"google-cloud-bigquery",
"google-cloud-secret-manager",
Expand Down Expand Up @@ -95,4 +95,4 @@ lint.ignore = []
exclude = ["build"]

[tool.mypy]
ignore_missing_imports = true
ignore_missing_imports = true

0 comments on commit faa7012

Please sign in to comment.