Update requirements to actually work#366
Update requirements to actually work#3665731la wants to merge 1 commit intoComputerScienceHouse:masterfrom
Conversation
| # This file is autogenerated by pip-compile with python 3.9 | ||
| # To update, run: | ||
| # This file is autogenerated by pip-compile with Python 3.11 | ||
| # by the following command: |
There was a problem hiding this comment.
Is the docker file, CI, and readme also using 3.11?
There was a problem hiding this comment.
That's not a bad point, I can re-generate it with 3.9, though this requirements does work in 3.9.
There was a problem hiding this comment.
Yeah, you need to use the same versions as we're using elsewhere, unless you want to make an effort to update everything to 3.11
There was a problem hiding this comment.
I just triggered CI, so we'll see what happens
|
Can you also base this against develop? We should only be merging to master when making prod releases, which generally is very risky this time of year, and we prefer to do from develop for consistency and dev workflow |
Yep, I was messing with branches and didn't realize that develop was the default. I'll rebase it when I move to 3.9. |
No description provided.