-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
62 lines (59 loc) · 1.58 KB
/
Copy pathsetup.cfg
File metadata and controls
62 lines (59 loc) · 1.58 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
[metadata]
name = dryml
version = 0.2.2
description = Don't Repeat Yourself Machine Learning: A Machine Learning library to reduce code duplication, and increase portability and interoperability in the Machine Learning Space.
long_description = file: README.md
long_description_content_type = text/markdown
author = Matthew Krafczyk
author_email = mkrafcz2@illinois.edu
license = Apache-2.0
license_file = LICENSE
url = https://github.com/ncsa/dryml
project_urls =
homepage = https://github.com/ncsa/dryml
Bug Tracker = https://github.com/ncsa/dryml/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
keywords =
ML
[options]
package_dir =
= src
install_requires =
dill
tqdm
numpy
gputil
packages = find:
# Because we use forward annotations from PEP 563, we need at least python 3.7
python_requires = >= 3.7
[options.packages.find]
where = src
[options.extras_require]
test =
pytest
pytest-cov
flake8
tf =
tensorflow
torch =
pytorch
sklearn =
scikit-learn
xgboost =
scikit-learn
xgboost
ray =
ray-core
ray-tune