File size: 681 Bytes
6747ba1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[metadata]
name = mhg-gnn
version = attr: .__version__
description = Package for mhg-gnn
author= team
long_description_content_type=text/markdown
long_description = file: README.md
python_requires = >= 3.9.7 
license = TBD

classifiers =
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.9

[options]
install_requires =
	networkx>=2.8
	numpy>=1.23.5, <2.0.0
	pandas>=1.5.3
	rdkit-pypi>=2022.9.4, <2023.9.6
	torch>=2.0.0
	torchinfo>=1.8.0
	torch-geometric>=2.3.1
	requests>=2.32.2
	scikit-learn>=1.5.0
	urllib3>=2.2.2


setup_requires =
    setuptools
package_dir =
    = .
packages=find:
include_package_data = True

[options.packages.find]
where = .