locationtech / rasterframes

Geospatial Raster support for Spark DataFrames
http://rasterframes.io
Apache License 2.0
243 stars 46 forks source link

Fix for docs build failure on incorrect requirements.txt #451

Closed metasim closed 4 years ago

metasim commented 4 years ago

Fix for:

#!/bin/bash -eo pipefail
pip3 install --quiet --user -r pyrasterframes/src/main/python/requirements.txt
ERROR: Invalid requirement: 'ipython=6.2.1' (from line 1 of pyrasterframes/src/main/python/requirements.txt)
Hint: = is not a valid operator. Did you mean == ?

Results: https://circleci.com/gh/s22s/rasterframes/2076