-
Notifications
You must be signed in to change notification settings - Fork 26
/
setup.cfg
54 lines (52 loc) · 1.39 KB
/
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
51
52
53
54
[metadata]
name = nums
version = attr: nums.core.version.__version__
description = A numerical computing library for Python that scales.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/nums-project/nums
license = Apache 2.0
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: C
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
Topic :: Scientific/Engineering
Typing :: Typed
Operating System :: POSIX :: Linux
[options]
packages = find:
python_requires = >=3.6,<3.10
install_requires =
numpy>1.18.0,<=1.20.0
ray[default]>=1.13.0
zarr
fsspec
numcodecs
psutil
scipy
boto3
scikit-learn
opt-einsum>=3.3.0,<3.4.0
[options.extras_require]
testing =
pytest==6.1.1
pylint==2.10.2
moto==1.3.16
coverage[toml]==5.3
codecov==2.1.9
mypy==0.910
black==22.3.0
tqdm
invoke
modin==0.11.3
dask[complete]>=2021.11.0,<2021.12.0