-
Notifications
You must be signed in to change notification settings - Fork 222
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
WIP: Test lowest versions of all required and optional dependencies #3639
Draft
weiji14
wants to merge
14
commits into
main
Choose a base branch
from
uv/resolution-lowest
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Nov 21, 2024
-
Use uv package manager to test lowest versions in ci_tests_legacy.yaml
Using uv's --resolution lowest-direct to install the lowest compatible versions for all direct Python dependencies (required and optional) listed in the pyproject.toml file.
Configuration menu - View commit details
-
Copy full SHA for 3a5d6da - Browse repository at this point
Copy the full SHA 3a5d6daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f303964 - Browse repository at this point
Copy the full SHA f303964View commit details -
Need to get more recent version with a binary wheel, otherwise will need to compile from source.
Configuration menu - View commit details
-
Copy full SHA for 3f6909d - Browse repository at this point
Copy the full SHA 3f6909dView commit details -
Pin contextily>=1, IPython>=8, pyarrow>=14
Pin major versions for optional dependencies that are not on version 0.x. Using a reasonable major version released in the past year or two.
Configuration menu - View commit details
-
Copy full SHA for 788fc46 - Browse repository at this point
Copy the full SHA 788fc46View commit details -
Pin geopandas>=0.14, rioxarray>=0.14
Pin minor versions of optional dependencies that are still on v0.x.
Configuration menu - View commit details
-
Copy full SHA for 4139f4e - Browse repository at this point
Copy the full SHA 4139f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1263075 - Browse repository at this point
Copy the full SHA 1263075View commit details -
Fix `TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'` when running `pip install --no-deps -e .`, xref pypa/setuptools#4501
Configuration menu - View commit details
-
Copy full SHA for d1fa38d - Browse repository at this point
Copy the full SHA d1fa38dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c69406 - Browse repository at this point
Copy the full SHA 1c69406View commit details -
Create a proper virtualenv, and activate that virtualenv before installing pygmt and running pytest.
Configuration menu - View commit details
-
Copy full SHA for 3b7b777 - Browse repository at this point
Copy the full SHA 3b7b777View commit details -
So that xyzservices is also installed by default and `from xyzservices import TileProvider` can work. See geopandas/contextily#183
Configuration menu - View commit details
-
Copy full SHA for 6120bbe - Browse repository at this point
Copy the full SHA 6120bbeView commit details -
So that `pyarrow.array(..., dtype="string_view")` will work. See apache/arrow#39652 when this was added.
Configuration menu - View commit details
-
Copy full SHA for 3299229 - Browse repository at this point
Copy the full SHA 3299229View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0584459 - Browse repository at this point
Copy the full SHA 0584459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d542a9 - Browse repository at this point
Copy the full SHA 7d542a9View commit details -
Pin pyarrow>=13 and use pytest.mark.skipif on string_view type test
Lower pyarrow pin from 16 to 13, and added a skipif pytest marker to the `test_to_numpy_pyarrow_array_pyarrow_dtypes_string[string_view]` unit test to not run when pyarrow<16 is installed. Setting a pin on pyarrow>=13 so that datetime64 unit preservation is handled, xref apache/arrow#33321.
Configuration menu - View commit details
-
Copy full SHA for 4733bda - Browse repository at this point
Copy the full SHA 4733bdaView commit details
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.