-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (41 loc) · 1.09 KB
/
setup.cfg
File metadata and controls
43 lines (41 loc) · 1.09 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
[metadata]
name = bioneuralnet
version = 1.3.0
author = Vicente Ramos
author_email = vicente.ramos@ucdenver.edu
description = A Graph Neural Network based Multi-Omics Network Data Analysis Tool
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/UCD-BDLab/BioNeuralNet
license = CC BY-NC-ND 4.0
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3
License :: Free for non-commercial use
License :: Other/Proprietary License
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
project_urls =
Bug Reports = https://github.com/UCD-BDLab/BioNeuralNet/issues
Source = https://github.com/UCD-BDLab/BioNeuralNet
[options]
packages = find:
include_package_data = True
python_requires = >=3.10
install_requires =
pandas>=2.2.3
numpy>=1.26.4
scipy>=1.13.1
matplotlib>=3.10.3
scikit-learn>=1.6.1
statsmodels>=0.14.4
networkx>=3.4.2
pydantic>=2.12.5
ray[tune]>=2.46.0
tqdm>=4.66.0
[options.packages.find]
where = .
exclude =
tests
docs
examples