Skip to content

Commit d37e8d6

Browse files
committed
Final legal metadata sync
1 parent 1768a9f commit d37e8d6

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

setup.cfg

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ description = A Graph Neural Network based Multi-Omics Network Data Analysis Too
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
url = https://github.com/UCD-BDLab/BioNeuralNet
10+
license = CC BY-NC-ND 4.0
11+
license_files = LICENSE
1012
classifiers =
1113
Programming Language :: Python :: 3
12-
License :: OSI Approved :: MIT License
14+
License :: Free for non-commercial use
15+
License :: Other/Proprietary License
1316
Operating System :: OS Independent
1417
Development Status :: 5 - Production/Stable
1518
project_urls =
@@ -21,16 +24,15 @@ packages = find:
2124
include_package_data = True
2225
python_requires = >=3.10
2326
install_requires =
24-
pandas>=2.2.2
27+
pandas>=2.2.3
2528
numpy>=1.26.4
2629
scipy>=1.13.1
2730
matplotlib>=3.10.3
2831
scikit-learn>=1.6.1
2932
statsmodels>=0.14.4
3033
networkx>=3.4.2
31-
python-louvain>=0.16
32-
pydantic>=2.5
33-
ray[tune,train]>=2.46.0, <2.53.0
34+
pydantic>=2.12.5
35+
ray[tune]>=2.46.0
3436

3537
[options.packages.find]
3638
where = .

0 commit comments

Comments
 (0)