-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
36 lines (35 loc) · 912 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
[metadata]
name = bridgescaler
description = Tool to automagically save scikit-learn scaler properties to a portable, readable format.
long_description = file: README.md
long_description_content_type = text/markdown
author = David John Gagne
author_email = [email protected]
version = file: bridgescaler/VERSION
license = MIT
license_file = LICENSE
platform = any
keywords = machine learning
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
url = https://github.com/NCAR/bridgescaler
[options]
zip_safe = True
packages = find:
include_package_data = True
setup_requires = setuptools
python_requires = >=3.7
install_requires =
scikit-learn>=1.0
numpy
pandas
crick
scipy
xarray
numba
sphinx
sphinx-book-theme