build: Support Python 3.12#256
Closed
l0b0 wants to merge 3 commits into
Closed
Conversation
0359b23 to
b60568d
Compare
mfwightman
previously approved these changes
Oct 19, 2023
ce0fb15 to
2feeb0a
Compare
350c76d to
f50b976
Compare
6a46002 to
566aba3
Compare
Challenges: - Had to hold back GDAL from 3.9 because it's not yet in nixpkgs <NixOS/nixpkgs#311310>. - Had to hold back numexpr from 2.10 because it's not yet in nixpkgs <NixOS/nixpkgs#310837>. - Had to hold back matplotlib from 3.9 because it needs a poetry2nix override <nix-community/poetry2nix#1659>. - Had to force sat-search version 0.3.0 to avoid Poetry downgrading it to 0.1.0. - Had to add Cython 0 to the color-operations build inputs <nix-community/poetry2nix#1658>. Script: ```bash cd flooding/sentinel2_water_extraction poetry add --lock gdal="<3.9" matplotlib="<3.9" numexpr="<2.10" sat-search=">=0.3.0" poetry update --lock git checkout pyproject.toml poetry lock --no-update cd ../sentinel1_water_extraction/ poetry add --lock gdal="<3.9" poetry update --lock git checkout pyproject.toml poetry lock --no-update ```
566aba3 to
5087a34
Compare
Contributor
Author
|
Archiving repo; closing so the PRs don't hang around forever. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Blocked by sat-search (fix) and sat-stac (fix). Neither of those are maintained; they have not merged any PRs since 2022. Options include at least: