Skip to content

Commit

Permalink
replace 3.7 by 3.10 in all relevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Jan 31, 2023
1 parent f606445 commit 90f8872
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conda_env/gdal-dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: gdal-dev
name: gdal-dev-3.10
channels:
- conda-forge
dependencies:
- python=3.7
- python=3.10
- gdal=3.4.*
- requests=2.28.*
- pylint=2.15.*
Expand Down
2 changes: 1 addition & 1 deletion conda_env/gdal-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: gdal-user
channels:
- conda-forge
dependencies:
- python=3.7
- python=3.10
- geojson=2.5.*
- gdal=3.4.*
- pip
Expand Down
2 changes: 1 addition & 1 deletion docs/QUICKSTART_ANACONDA.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ brew install osmosis
1. Open terminal (macOS/Linux) or **Anaconda Prompt** (Windows, via Startmenu)
2. Create a new Anaconda environment with needed packages
```
conda create -n gdal-user python=3.7 geojson=2.5 gdal=3.4 pip --channel conda-forge --override-channels
conda create -n gdal-user python=3.10 geojson=2.5 gdal=3.4 pip --channel conda-forge --override-channels
```
3. activate Anaconda environment with the command printed out (this needs to be done each time you want to use wahooMapsCreator maps)
```
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers =

[options]
packages = wahoomc, wahoomc.init
python_requires = >=3.7
python_requires = >=3.10
install_requires =
requests==2.28.*
shapely==1.8.*
Expand Down

0 comments on commit 90f8872

Please sign in to comment.