-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
30 lines (29 loc) · 945 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
[metadata]
name = pyDarwin-Certara
version = 3.0.0
author = Mark Sale
author_email = mark.sale@certara.com
description = Python package for using several machine learning methods to search a candidate solution space for the optimal population models in NONMEM and NLME
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/certara/pyDarwin
project_urls =
Bug Tracker = https://github.com/certara/pyDarwin/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
[options]
package_dir =
darwin = src/darwin
packages = darwin, darwin.algorithms, darwin.grid, darwin.nonmem, darwin.nlme
python_requires = >=3.10
install_requires =
deap-Certara
numpy<=2.0.0
scikit-learn<=1.5.1
psutil
pyswarms
scikit-optimize-Certara
scipy
xmltodict