forked from CrayLabs/SmartSim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
70 lines (61 loc) · 1.46 KB
/
setup.cfg
File metadata and controls
70 lines (61 loc) · 1.46 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
61
62
63
64
65
66
67
68
69
70
[metadata]
name = smartsim
version = 0.3.1
description = AI Workflows for Science
long_description = file: README.md
long_description_content_type=text/markdown
url = https://github.com/CrayLabs/SmartSim
project_urls =
Source = https://github.com/CrayLabs/SmartSim
Documentation = https://www.craylabs.org
author = Sam Partee, Matt Ellis, Alessandro Rigazzi
author_email = spartee@hpe.com
contact = Sam Partee
contact_email = spartee@hpe.com
license = BSD 2-Clause License
keywords = scientific, ai, workflow, hpc, analysis
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: BSD License
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
packages = find:
setup_requires =
setuptools>=39.2
cmake>=3.10
include_package_data = True
install_requires =
psutil>=5.7.2
coloredlogs==10.0
pandas>=1.1.3
redis==3.0.1
redis-py-cluster==2.0.0
numpy>=1.18.2
tqdm>=4.50.2
toml>=0.10.1
python_requires = >=3.7
[options.extras_require]
dev =
black>=20.8b1
torchvision==0.8.2
torch==1.7.1
isort>=5.6.4
pylint>=2.6.0
matplotlib>=3.3.3
pytest>=6.0.0
pytest-cov>=2.10.1
doc=
sphinx==3.1.1
breathe==4.27.0
sphinx_rtd_theme>=0.5.0
sphinx-fortran==1.1.1
nbsphinx>=0.8.2
[options.packages.find]
exclude =
.third-party
tests
doc
smartredis