Skip to content

Commit

Permalink
Merge branch 'master' into optional-parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko authored Dec 6, 2024
2 parents f11a6e3 + 2ec211c commit 48941fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include proj_descr.md
include oda_api/pkg_info.json
include tests/observation_yaml_dummy_files/*
include tests/test_data/*
include tests/conftest.py
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"astropy>=3.2,<=6.1.4",
"json_tricks",
"matplotlib",
"numpy",
"numpy<2.0",
"jsonschema",
"pyjwt",
"astroquery",
Expand All @@ -37,7 +37,8 @@ dependencies = [
test = [
"pytest-xdist[psutil]",
"astroquery>=0.4.4",
"sentry_sdk"
"sentry_sdk",
"cdci_data_analysis>=1.3.5"
]
extra-test = [
"pytest-xdist[psutil]",
Expand Down

0 comments on commit 48941fd

Please sign in to comment.