We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d59e8 commit 04ca249Copy full SHA for 04ca249
setup.py
@@ -7,5 +7,5 @@
7
author_email=('palmer.geraint@googlemail.com'),
8
packages = ['ciw'],
9
description='A discrete event simulation framework for open queueing networks',
10
- install_requires=["PyYAML", "networkx", "hypothesis"]
+ install_requires=["PyYAML", "networkx", "hypothesis", "numpy"]
11
)
0 commit comments