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 fickling version; removes Torch dependency #419

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

drdavella
Copy link
Member

@drdavella drdavella commented Mar 27, 2024

Overview

Update fickling dependency

Details

Closes #341

Copy link
Contributor

@clavedeluna clavedeluna left a comment

Choose a reason for hiding this comment

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

could you update codemod_dependencies.txt? I'm probably the only one who remembers the existance of that file but. that's ok for now

@@ -67,7 +67,7 @@ test = [
"django>=4,<6",
"numpy~=1.26.0",
"flask_wtf~=1.2.0",
"fickling~=0.1.0",
"fickling~=0.1.0,>=0.1.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

any reason not to just make it >=0.1.3"?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think it's safer to keep it explicitly pinned to a particular minor version for now.

Copy link

sonarcloud bot commented Mar 27, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@drdavella
Copy link
Member Author

@clavedeluna I added the update. In the slightly longer term I think there might be a way to configure renovate to make the modification directly to our dependency.py file, but I need to do some investigation.

@drdavella drdavella added this pull request to the merge queue Mar 27, 2024
Merged via the queue into main with commit d01665f Mar 27, 2024
12 checks passed
@drdavella drdavella deleted the bump-fickling-version branch March 27, 2024 18:28
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.

Bump to latest release of fickling to remove PyTorch dependency
2 participants