Skip to content

Commit

Permalink
Add shapely to requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaselsteiner committed Sep 28, 2020
1 parent 80f60d2 commit c453876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pytest-cov==2.10.1
python-dateutil==2.8.1
pytz==2020.1
requests==2.24.0
shapely==1.7.1
scikit-learn==0.23.2
scipy==1.5.2
six==1.15.0
Expand Down
2 changes: 1 addition & 1 deletion tests/test_contours.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from matplotlib.patches import Polygon
import pandas as pd

from shapely.geometry import Point, Polygon, LineString
from shapely.geometry import Polygon, LineString

from viroconcom.params import ConstantParam, FunctionParam

Expand Down

0 comments on commit c453876

Please sign in to comment.