-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump GDAL to 3.9.0 explicitly to align with PUDL dependencies #354
Changes from all commits
77bfc90
ce26f11
fdbb61d
3650644
528c876
1328baf
4e8a232
8113e0d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,6 @@ dependencies: | |
# TODO: we shouldn't have to install all this geo stuff, so once we break the | ||
# dependency on `pudl` we should remove this too. | ||
- fiona>=1.9.5 | ||
- gdal>=3.9.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Force the environment to install the most recent GDAL. |
||
- pip: | ||
- --editable ./[dev,docs,tests] |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ dependencies = [ | |
"arelle-release>=2.25,<2.28", | ||
"catalystcoop.pudl @ git+https://github.com/catalyst-cooperative/pudl.git", | ||
"coloredlogs>=14", | ||
"dask<2024.6", # Temporary pin -- conda packaging problem upstream | ||
"dask>=2024", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This temporary problem went away, and I needed to change the hash of pyproject.toml to clear the environment cache, which had the bad version of a package stuck in it. |
||
"feedparser>=6.0", | ||
"frictionless>=5,<6", | ||
"pydantic>=2.7,<3", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ commands = | |
pre-commit run --all-files --show-diff-on-failure name-tests-test | ||
|
||
[testenv:linters] | ||
description = Run the pre-commit, flake8 and bandit linters. | ||
description = Run the pre-commit and ruff linters. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Out of date description. |
||
skip_install = false | ||
extras = | ||
{[testenv:pre_commit]extras} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
conda / mamba recommends not including the default anaconda channel for package consistency.