File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 88with open ('README.md' ) as readme_file :
99 readme = readme_file .read ()
1010
11- with open ('HISTORY.md' ) as history_file :
12- history = history_file .read ()
13-
1411install_requires = [
15- 'numpy>=1.16.0 ' ,
16- 'pandas>=1.3 ' ,
17- 'networkx>=2.6 ' ,
18- 'scikit-learn>=1.0.2 ' ,
19- 'tensorflow> =2.8.0' ,
20- 'matplotlib>=3.5 ' ,
21- 'lightgbm>=3.3 ' ,
22- 'tqdm>=4.62.3'
12+ 'numpy' ,
13+ 'pandas' ,
14+ 'networkx' ,
15+ 'scikit-learn' ,
16+ 'tensorflow= =2.8.0' ,
17+ 'matplotlib' ,
18+ 'lightgbm' ,
19+ 'tqdm' ,
2320]
2421
2522setup (
4239 install_package_data = True ,
4340 install_requires = install_requires ,
4441 license = "GPLv3" ,
45- long_description = readme + ' \n \n ' + history ,
42+ long_description = readme ,
4643 long_description_content_type = 'text/markdown' ,
4744 include_package_data = True ,
4845 keywords = 'datgan' ,
You can’t perform that action at this time.
0 commit comments