Skip to content

Commit 8c708b3

Browse files
committed
add install_requires for pip installation
1 parent efb4b61 commit 8c708b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
packages=['quantumsim'],
1313
ext_package='quantumsim',
1414
data_files=[('pycudakernels', ['quantumsim/primitives.cu'])],
15-
requires=["pytools", "numpy(>=1.12)", "pytest", "matplotlib"]
15+
install_requires=["pytools", "numpy>=1.12", "pytest", "matplotlib", "parsimonious"]
1616
)

0 commit comments

Comments
 (0)