Skip to content

added pep618 compliant config for backwards compat #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
fb6032d
added pep618 compliant config for backwards compat
AlexPatrie Feb 24, 2025
9a59737
removed 618 pyproject because not fully supported in place for setup.py
AlexPatrie Feb 24, 2025
5bc87eb
added ipython and setuptools in setup and pyproject and fixed path in…
AlexPatrie Feb 24, 2025
fa2c9e6
moved pkgs to setup optional
AlexPatrie Feb 24, 2025
f6c7c63
fix: temp remove build system for backwards compat
AlexPatrie Feb 24, 2025
cc6d731
added zarr metadata to result for post processing
AlexPatrie Feb 25, 2025
9b81e9e
feat: added project version parser to setup.py
AlexPatrie Feb 25, 2025
39a0303
chore: dynamic installer in setup
AlexPatrie Feb 25, 2025
42669d7
update pyproject to add setuptools build
AlexPatrie Feb 25, 2025
4244b68
test modern pyproject build
AlexPatrie Feb 25, 2025
a6cb7f8
test build system
AlexPatrie Feb 25, 2025
5e83fbf
test install of groups as optional deps
AlexPatrie Feb 25, 2025
41e1917
chore: removed unused
AlexPatrie Feb 25, 2025
52cd45a
chore: moved notebook to notebook option
AlexPatrie Feb 25, 2025
9dc4aca
chore: added original groups to poetry spot and refactored optional
AlexPatrie Feb 25, 2025
5333357
removed unused setup
AlexPatrie Feb 25, 2025
98dd173
removed pyproject comments
AlexPatrie Feb 25, 2025
a9ad7a0
removed result comments and added new line to pyproject sections
AlexPatrie Feb 25, 2025
17d7c50
fix: added ipython extra for import within result in env action
AlexPatrie Feb 25, 2025
4a985ae
removed extras in place of group
AlexPatrie Feb 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ runs:

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction
run: poetry install --no-interaction --extras "ipython"
shell: bash
Loading
Loading