File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ description = A Graph Neural Network based Multi-Omics Network Data Analysis Too
77long_description = file: README.md
88long_description_content_type = text/markdown
99url = https://github.com/UCD-BDLab/BioNeuralNet
10+ license = CC BY-NC-ND 4.0
11+ license_files = LICENSE
1012classifiers =
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
1518project_urls =
@@ -21,16 +24,15 @@ packages = find:
2124include_package_data = True
2225python_requires = >=3.10
2326install_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]
3638where = .
You can’t perform that action at this time.
0 commit comments