Skip to content

Commit c712131

Browse files
committed
remove bogus line
1 parent b548422 commit c712131

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
setup(name='rsl_rl',
44
version='1.0.2',
5-
packages=find_packages(),
65
author='Nikita Rudin',
76
author_email='[email protected]',
87
license="BSD-3-Clause",
@@ -12,6 +11,6 @@
1211
install_requires=[
1312
"torch>=1.4.0",
1413
"torchvision>=0.5.0",
15-
"numpy>=1.16.4",
14+
"numpy>=1.16.4"
1615
],
1716
)

0 commit comments

Comments
 (0)