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

Fix python dependencies by pinning some specific versions. #190

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

katharosada
Copy link
Contributor

Some of the Python packages we use have released new versions in recent months. Unless we specify the version, it'll try to download and use the latest one and some of the other packages we have special versions of (like requests) are incompatible with the latest versions. I chose some specific versions that work together. 👍

Also fixed a couple of other things that mean the tray-generation wasn't working correctly all the time.

@MattiaFregola MattiaFregola merged commit d621bcd into main Feb 23, 2024
3 checks passed
@MattiaFregola MattiaFregola deleted the fix-pydeps branch February 23, 2024 10:46
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.

2 participants