File: requirements-dev.txt

package info (click to toggle)
python-geopandas 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,752 kB
  • sloc: python: 26,021; makefile: 147; sh: 25
file content (50 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# required
numpy>=1.24
pyogrio>=0.7.2
pandas>=2.0
pyproj>=3.5.0
shapely>=2.0.0
packaging

# geodatabase access
psycopg2-binary>=2.8.0
psycopg[binary]>=3.1.0
SQLAlchemy>=2.0

# geocoding
geopy

# plotting
matplotlib>=3.7
mapclassify>=2.5
xyzservices
folium

# testing
pytest>=3.1.0
pytest-cov
pytest-xdist
pytest-doctestplus
fsspec
codecov
geodatasets

# styling
pre-commit
ruff

# PostGIS writing
GeoAlchemy2

# parquet
pyarrow>=10.0.0
geoarrow-pyarrow

# sparse
scipy

# sampling
pointpats

# io
fiona