Skip to content

Commit 04ca249

Browse files
committed
add numpy to setup.py requirements
1 parent 65d59e8 commit 04ca249

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
@@ -7,5 +7,5 @@
77
author_email=('palmer.geraint@googlemail.com'),
88
packages = ['ciw'],
99
description='A discrete event simulation framework for open queueing networks',
10-
install_requires=["PyYAML", "networkx", "hypothesis"]
10+
install_requires=["PyYAML", "networkx", "hypothesis", "numpy"]
1111
)

0 commit comments

Comments
 (0)