Skip to content

Commit a14fd19

Browse files
author
glederrey
committed
[UPD] Final setup.py file for release v2
1 parent c9a4c48 commit a14fd19

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

setup.py

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@
88
with 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-
1411
install_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

2522
setup(
@@ -42,7 +39,7 @@
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',

0 commit comments

Comments
 (0)