Make package pip-installable via wheels - #55
Open
GillesOrban wants to merge 1 commit into
Open
GillesOrban wants to merge 1 commit into
GillesOrban wants to merge 1 commit into
Conversation
- Add pyproject.toml with setuptools build backend and all required dependencies (numpy, astropy, scipy, matplotlib, pandas, ipywidgets, requests, beautifulsoup4, packaging, scikit-image, ipython, vip_hci) - Add heeps/util/__init__.py (was missing, needed for package discovery) - Add requirements.txt pointing to Nextcloud-hosted wheels for heeps and PyPROPER3 (not on PyPI at the required version) - Add WHEELS.md with rebuild instructions - Bump version to 1.1.0
GillesOrban
marked this pull request as ready for review
July 29, 2026 16:23
Collaborator
Author
|
@astronomyk I would be happy to get your feedback on this PR: could you confirm it is working? do you have any other suggestions ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes HEEPS pip-installable with a single
pip install -r requirements.txt.Changes
pyproject.toml— new; setuptools build backend, declares all required dependencies:numpy,astropy,scipy,matplotlib,pandas,ipywidgets,requests,beautifulsoup4,packaging,scikit-image,ipython,vip_hciheeps/util/__init__.py— new empty init file; was missing, preventingsetuptoolsfrom discovering theutilsubpackagerequirements.txt— new; points to Nextcloud-hosted wheels forheepsandPyPROPER3(PyPROPER is not available at the required version on PyPI)WHEELS.md— new; short reference for rebuilding and redeploying the wheels when versions changeheeps/__init__.py— version bump 1.0.0 → 1.1.0Notes
PyPROPER3wheel (pyproper3-3.3.3-cp312-cp312-linux_x86_64.whl) contains C extensions and is platform-specific (Python 3.12, Linux x86_64)scopesim,imutils, andsynphotare intentionally not declared as dependencies (optional, users install manually)WHEELS.mdfor instructions to rebuild wheels when updating versions