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

Setting up development environment via requirements currently broken for Python >=3.10 #631

Open
rossbar opened this issue Dec 21, 2022 · 1 comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Milestone

Comments

@rossbar
Copy link
Contributor

rossbar commented Dec 21, 2022

I failed to update the deepcell-toolbox dependency in requirements.txt for the 0.12.4 release - this means that setting up a development environment with pip (i.e. pip install -r requirements.txt) is currently broken.

This shouldn't affect end-users, so I'm going to hold off making another patch release to fix it unless there is a strong desire to do so. There is another release on the horizon which will fix this along with many other issues. The quick fix for developers: in requirements.txt, update the deepcell-toolbox~=0.11.2 line to deepcell-toolbox~=0.12.0.

@rossbar rossbar added bug Something isn't working dependencies Pull requests that update a dependency file labels Dec 21, 2022
@rossbar rossbar added this to the 0.13.0 milestone Dec 21, 2022
@rossbar
Copy link
Contributor Author

rossbar commented Dec 21, 2022

This likely only affects developers on Python3.10 which is not yet supported.

@rossbar rossbar changed the title Setting up development environment via requirements currently broken Setting up development environment via requirements currently broken for Python >=3.10 Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant