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

requirements.txt versioning issue for TOMToolkit #99

Closed
noahfranz13 opened this issue Jun 3, 2024 · 1 comment · Fixed by #100
Closed

requirements.txt versioning issue for TOMToolkit #99

noahfranz13 opened this issue Jun 3, 2024 · 1 comment · Fixed by #100

Comments

@noahfranz13
Copy link
Contributor

When I try to install all of the requirements for saguaro_tom there are version conflicts between tomtoolkit and tom-nonlocalizedevents with the django-filter package. This is related to TOMToolkit/tom_nonlocalizedevents#37.

The problem for us really starts though when I try to downgrade the tomtoolkit version back to 2.14.4 (what it is on the main branch). When I do this, tom_swift complains because it requires tomtoolkit>=2.15, which is the version where they upgraded the django-filter requirements to no longer align with tom_nonlocalizedevents.

Thus, we get stuck in a loop of dependency conflicts that we can't resolve.

Do we have a workaround for this?

@noahfranz13
Copy link
Contributor Author

As I mention in the above PR, the only solution I found is to downgrade tom-swift to an alpha version which is, obviously, not ideal. I think once that PR is merged we can close this issue.

@griffin-h griffin-h linked a pull request Jun 4, 2024 that will close this 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 a pull request may close this issue.

2 participants