Skip to content

Commit

Permalink
move qp to core_extras until it is on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Aug 23, 2022
1 parent 0d5efc7 commit 6a08e7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
"pandas>=1.1",
"tables-io>=0.7.5",
"ceci>=1.10.1",
"qp @ git+https://github.com/LSSTDESC/qp",
"pyyaml",
"minisom",
"scipy>=1.9.0",
]

# dependencies for the core module
core_extras = ["hyperbolic @ git+https://github.com/jlvdb/hyperbolic"]
core_extras = [
"hyperbolic @ git+https://github.com/jlvdb/hyperbolic",
"qp @ git+https://github.com/LSSTDESC/qp",
]

# dependencies for the Creation module
creation_extras = ["pzflow"]
Expand Down

0 comments on commit 6a08e7f

Please sign in to comment.