-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
60 lines (52 loc) · 1.34 KB
/
setup.cfg
File metadata and controls
60 lines (52 loc) · 1.34 KB
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
51
52
53
54
55
56
57
58
59
60
[versioneer]
VCS = git
style = pep440
versionfile_source = starepandas/_version.py
versionfile_build = starepandas/_version.py
tag_prefix = v
parentdir_prefix = starepandas
[metadata]
name = starepandas
description = STARE pandas extensions
author = Niklas Griessbaum
author_email = griessbaum@ucsb.edu
url = https://github.com/SpatioTemporal/STAREPandas
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
Bug Tracker = https://github.com/SpatioTemporal/STAREPandas/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.12
install_requires =
numpy>=2.2.1
geopandas>=0.14.0
shapely>=2.0
pandas>=2.0.3
dask>=2025.1.0
distributed>=2022.9.0
cartopy>=0.22.0
pystare>=0.8.14
h5py>=3.7.0
pyarrow>=19.0.0
pyhdf>=0.10.5
netCDF4>=1.5.8
boto3>=1.23.10
astropy>=7.0.0
matplotlib>=3.5.2
rasterio>=1.3.0
xarray>=2022.6.0
rtree>=1.0.0
scipy>=1.9.1
puremagic>=1.14
sqlalchemy>=2.0.18
GeoAlchemy2>=0.14.0
psycopg2>=2.9.6
# peg sqlalchemy version until pandas fixes https://github.com/pandas-dev/pandas/issues/51015
include_package_data = True
[options.package_data]
starepandas.datasets = '*.hdf', '*.nc'