-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BREAKING] Upgrade required Python version to 3.11, upgrade packages …
…GDAL to 3.6 and autopep8 to 2.0 (#166) * replace python 3.7 by python 3.11 in all relevant files * pylint checks only for Python 3.11 * replace gdal 3.4 by gdal 3.6 in all relevant files * update dev deps to latest minor version it's only autopep8... BREAKING CHANGE: You need to create a new Anaconda environment with Python v3.11 for this versino. These are the steps: 1. Remove existing environment: `conda env remove -n gdal-user` 2. Create new environment and install wahoomc: ``` conda create -n gdal-user python=3.11 geojson=2.5 gdal=3.6 pip --channel conda-forge --override-channels conda activate gdal-user pip install wahoomc ```
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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