Skip to content

Commit

Permalink
fix(gammapy-tools.def-pyproject.toml): adding gammapy main as a depen…
Browse files Browse the repository at this point in the history
…dency

#17
  • Loading branch information
steob92 committed Jul 29, 2024
1 parent b62d32f commit f40eb35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gammapy-tools.def
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Stage: build
# Port for jupyter lab
export JPORT=8000
export GAMMAPY_DATA=/gamma-tools/gammapy-datasets/1.2/
export GAMMAPY_DATA=/gamma-tools/gammapy-datasets/dev
#. "/opt/conda/etc/profile.d/conda.sh"
#. /opt/conda/bin/activate
#export PATH=/opt/conda/bin/:$PATH
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ requires-python = ">=3.9"


dependencies = [
"gammapy>=1.2",
# "gammapy>=1.2",
"gammapy@git+https://github.com/gammapy/gammapy",
"pydantic",
"scipy==1.11.4",
"astropy",
Expand Down

0 comments on commit f40eb35

Please sign in to comment.