Skip to content
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

Make SEP optional #99

Open
juliotux opened this issue Sep 23, 2024 · 1 comment
Open

Make SEP optional #99

juliotux opened this issue Sep 23, 2024 · 1 comment

Comments

@juliotux
Copy link

SEP is not being maintened and do not support newer Python and Numpy versions. There are forks pushing updates, like sep-pjw and sdss-sep, but with different names. This can break some environments.

Make sep an optional dependency with import checking when needed, or a conditional dependency as defined by PEP 631 may solve the problem.

@martinberoiz
Copy link
Member

SEP is not being maintened and do not support newer Python and Numpy versions

That's sad to hear.

I need to investigate this more. If I make it an optional dependency, I need to be able to replace it with another similar package because source extraction is core to the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants