Skip to content

Commit fb92aac

Browse files
author
Norbert Kozlowski
committed
Fix requirements typo
1 parent a46a005 commit fb92aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
license='MIT',
1111
packages=find_packages(),
1212
install_requires=[
13-
'numpy'
13+
'numpy',
1414
'gym>=0.10',
1515
'networkx==2.0',
1616
'bitstring==3.1.5'

0 commit comments

Comments
 (0)