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 python version in nightly.txt requirements after py3.9 was dropped #210

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

nvaytet
Copy link
Member

@nvaytet nvaytet commented Apr 29, 2024

It seems that in #207 , requirements/nightly.in was updated (use python 3.10 instead of 3.9), but requirements/nightly.txt was not updated accordingly.

We re-run tox -e deps to fix this here.

@@ -15,9 +15,9 @@ numpy==1.26.4
# scipy
python-dateutil==2.9.0.post0
# via -r nightly.in
scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the important change

Copy link
Member

Choose a reason for hiding this comment

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

Yeah we should try to lock this somehow scipp/copier_template#163 as it is currently senstive to the local env used to run tox.

@nvaytet nvaytet requested a review from YooSunYoung April 29, 2024 12:49
@nvaytet nvaytet merged commit 8f74d03 into main Apr 29, 2024
5 checks passed
@nvaytet nvaytet deleted the fix-nightly-python-version branch April 29, 2024 12:59
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.

3 participants