We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb4b61 commit 8c708b3Copy full SHA for 8c708b3
setup.py
@@ -12,5 +12,5 @@
12
packages=['quantumsim'],
13
ext_package='quantumsim',
14
data_files=[('pycudakernels', ['quantumsim/primitives.cu'])],
15
- requires=["pytools", "numpy(>=1.12)", "pytest", "matplotlib"]
+ install_requires=["pytools", "numpy>=1.12", "pytest", "matplotlib", "parsimonious"]
16
)
0 commit comments