Skip to content

Commit

Permalink
Update for Apple Silicon compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
k4m454k committed May 8, 2021
1 parent 9eab177 commit 358382d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion map_poster_creator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = 0.7
__version__ = 0.8
__author__ = "Vadim Apenko"
__author_email__ = "[email protected]"
__telegram__ = "@k4m454k"
1 change: 1 addition & 0 deletions map_poster_creator/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from typing import Tuple, List, Dict, Union

import fiona
from geopandas import GeoDataFrame
from shapely.geometry import Polygon

Expand Down

0 comments on commit 358382d

Please sign in to comment.