Skip to content

Commit 448b9fd

Browse files
author
[zebinyang]
committed
update email address
1 parent 0de4862 commit 448b9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
description='The enhanced explainable neural network with sparse, orthogonal and smooth constraints',
66
url='https://github.com/ZebinYang/exnn',
77
author='Zebin Yang',
8-
author_email='[email protected]',
8+
author_email='yangzb2010@connect.hku.hk',
99
license='GPL',
1010
packages=['exnn'],
1111
install_requires=[
12-
'matplotlib>=2.2.2','tensorflow>=2.0.0', 'numpy>=1.15.2'],
12+
'matplotlib>=2.2.2', 'tensorflow>=2.0.0', 'numpy>=1.15.2'],
1313
zip_safe=False)

0 commit comments

Comments
 (0)