-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (30 loc) · 955 Bytes
/
setup.cfg
File metadata and controls
31 lines (30 loc) · 955 Bytes
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
[metadata]
name = pyDarwin-Certara
version = 3.1.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
pymoo
pyswarms
scikit-optimize-Certara
scipy
xmltodict