Skip to content

Commit

Permalink
Merge pull request #152 from simonsobs/fix-qpoint-dep
Browse files Browse the repository at this point in the history
Promote qpoint and pixell to be full dependencies
  • Loading branch information
mhasself authored Aug 16, 2023
2 parents b2dabb6 + 3b9d309 commit 047534c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ ADD . /app_lib/so3g
# Install any needed packages specified in requirements.txt
RUN pip3 install -r requirements.txt

# Install qpoint
RUN /bin/bash /app_lib/so3g/docker/qpoint-setup.sh

# Build so3g
RUN /bin/bash /app_lib/so3g/docker/so3g-setup.sh
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ def readme():
"sqlalchemy",
"pysqlite3-wheels",
"tqdm",
"pixell",
"qpoint",
]

# Since the so3g python package is in a directory called "python", we can't use the
Expand Down

0 comments on commit 047534c

Please sign in to comment.