-
Notifications
You must be signed in to change notification settings - Fork 25
/
setup.cfg
50 lines (46 loc) · 1010 Bytes
/
setup.cfg
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
[metadata]
name = kamodo_ccmc
version = 24.11.1
author = Darren De Zeeuw
author_email = [email protected]
description = A functional api for scientific data
url = https://github.com/nasa/Kamodo
license_files = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
Repository = https://github.com/nasa/Kamodo
Documentation = https://nasa.github.io/Kamodo
classifiers =
Programming Language :: Python :: 3.10
Operating System :: OS Independent
License :: OSI Approved
license = NASA OPEN SOURCE AGREEMENT VERSION 1.3
[options]
packages =
kamodo_ccmc
kamodo_ccmc.readers
kamodo_ccmc.tools
kamodo_ccmc.flythrough
kamodo_ccmc.readers.OCTREE_BLOCK_GRID
kamodo_ccmc.readers.OpenGGCM
python_requires = >= 3.10
include_package_data = True
install_requires =
kamodo
numpy<2.0.0
pandas<2.0.0
netCDF4<1.7.0
nbformat
cdflib
astropy
h5py
sgp4
hapiclient
spacepy
s3fs
boto3
h5netcdf
psutil
rbamlib
pyverbplt>=24.9