Skip to content

Commit

Permalink
load requirements from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
artemy-bakulin authored Apr 30, 2024
1 parent 7bae6e3 commit 8b436f6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@
url='https://github.com/goodarzilab/pypage',
author_email="[email protected]",
packages=['pypage', 'pypage.io'],
install_requires=[
'numpy',
'pandas',
'numba',
'tqdm',
'scipy',
"pytest",
"pybiomart",
"matplotlib"],
install_requires=open('requirements.txt').read().split(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 8b436f6

Please sign in to comment.