ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Pinning zipp to < 2.0.0 #1842

Closed emimaesmith closed 4 years ago

emimaesmith commented 4 years ago

Pinning the zipp version to less than 2.0.0 due to support for Python 2.7 was discontinued in >= 2.0.0

Checklist

Affected app(s)

pip/production.txt pip/requirements.txt

Description of change

Zipp >= 2.0.0 discontinued support for Python 2.7. Due to dependencies on this library, we need to pin the version of zipp we're pulling to < 2.0.0