Skip to content

Commit bb6775a

Browse files
remove pandas as hard requirement
1 parent cbdd10a commit bb6775a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ the internet into geospatial raster files. Bounding boxes can be passed in both
2323

2424
* `mercantile`
2525
* `numpy`
26-
* `pandas`
2726
- `matplotlib`
2827
* `pillow`
2928
* `rasterio`

contextily/tile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import io
77
import os
88
import numpy as np
9-
import pandas as pd
109
import rasterio as rio
1110
from PIL import Image
1211
from rasterio.transform import from_origin

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
geopy
22
matplotlib
33
mercantile
4-
pandas
54
pillow
65
pytest
76
rasterio

0 commit comments

Comments
 (0)