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

Fixed broken URL for CaImAn requirements; Added a non-toml parse beca… #199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tabedzki
Copy link

Problem

The URL in setup.py pointed to a requirements.txt that was available in a previous commit. The requirements are now stored in the pyproject.toml on a renamed 'main' branch.

Solution

I was originally going to use the tomllib to parse the file but since DataJoint supports 3.9 and tomllib requires Python 3.11, I opted to manually parse the file. I tested it on Python 3.8 and Python 3.13 which should cover the edge cases.

Once Python 3.10 is dropped, this should be changed to tomllib in a future issue.

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

Successfully merging this pull request may close these issues.

1 participant