-
Notifications
You must be signed in to change notification settings - Fork 273
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
gdal in now required? #775
Comments
Can you help me review this pr? I had the same problem. |
Pretty big breaking change unless there was a warning? My own build is failing too due to this new requirement. I'd prefer to not need GDAL installed if I can avoid it. Especially as it is currently unrelated to any of the DRF things I do right now. Going to set required version to |
looking into it right now. no, GDAL is not a new requirement! it is supposed to be optional in case it is actually used. This goes for all the contrib packages we support. I tested this in a project without GIS and it did not occur. Trying to find out why atm. Will merge #777 asap and do a hotfix release today. |
Ok so thanks to @Bidaya0 for providing the hotfix. I just released Poetry fooled me good into believing I was testing the new version. |
Describe the bug
Is
gdal
now required for package usage? Because currently, we have GitHub actions that are failing because gdal is not installed by default.To Reproduce
Try to run on the system(container) without
gdal
installedExpected behavior
gdal
is required only ifrest_framework_gis
is installedThe text was updated successfully, but these errors were encountered: