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

Update the requirements.txt file #100

Merged
merged 7 commits into from
Jun 6, 2024
Merged

Update the requirements.txt file #100

merged 7 commits into from
Jun 6, 2024

Conversation

noahfranz13
Copy link
Contributor

A lot of the requirements were broken, there were a lot of conflicts. Some of the notable changes that may break things:

  1. Downgraded the tomtoolkit requirement to 2.14
  2. Upgraded the tom-alertstreams requirement
  3. Downgraded the tom-swift requirement to an alpha release
    I had to do this because of this known issue with the tom-nonlocalizedevents package that makes it incompatible with the current tomtoolkit version.

This is discussed briefly in Issue #99 and unfortunately the only solution I found is downgrading the tom-swift package to an alpha version. This is obviously not ideal but I think it works for now until they fix the issue with the tom-nonlocalizedevents package.

Copy link
Contributor

@griffin-h griffin-h left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want to downgrade tomtoolkit or tom_swift, because we use features from the latest versions of both of those. Instead, I fixed the dependency conflict in TOMToolkit/tom_nonlocalizedevents#37 and switched that requirement to my personal branch (until that PR is merged). Try installing now and see if you can get a consistent environment.

@griffin-h griffin-h linked an issue Jun 4, 2024 that may be closed by this pull request
@noahfranz13
Copy link
Contributor Author

This fixed it on my end! Thanks, this is a much better solution!

@griffin-h griffin-h merged commit 2b496ff into dev Jun 6, 2024
@griffin-h griffin-h deleted the noah_dev branch June 6, 2024 14:56
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.

requirements.txt versioning issue for TOMToolkit
2 participants