diff --git a/requirements.txt b/requirements.txt index ac121472..a6486d7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ python-dateutil==2.8.2 python-dotenv==0.19.2 pywin32-ctypes==0.2.0 PyYAML==6.0 -Shapely==1.8.1 +./wheels/Shapely-1.8.0-cp310-cp310-win_amd64.whl shiboken2==5.15.2.1 six==1.16.0 sniffio==1.2.0 diff --git a/wheels/README.md b/wheels/README.md new file mode 100644 index 00000000..3e3642b2 --- /dev/null +++ b/wheels/README.md @@ -0,0 +1,4 @@ +# Wheels + +This directory contains Windows wheels for packages that do not yet have wheels +on PyPI. Wheels are downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/. diff --git a/wheels/Shapely-1.8.0-cp310-cp310-win_amd64.whl b/wheels/Shapely-1.8.0-cp310-cp310-win_amd64.whl new file mode 100644 index 00000000..e0e92d74 Binary files /dev/null and b/wheels/Shapely-1.8.0-cp310-cp310-win_amd64.whl differ