Skip to content

Commit

Permalink
Use requirements.txt for install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Aug 19, 2021
1 parent ce39c8c commit 7254084
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,8 @@
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

REQUIREMENTS = ['numpy>=1.17',
'scipy>=1.3',
'cython>=0.29',
'qiskit-terra>=0.16',
'qiskit-ibmq-provider>=0.11',
'psutil'
]
with open("requirements.txt") as f:
REQUIREMENTS = f.read().splitlines()

PACKAGES = setuptools.find_packages()
PACKAGE_DATA = {'mthree': ['*.pxd'],
Expand Down

0 comments on commit 7254084

Please sign in to comment.