Skip to content

Commit

Permalink
FIX: Freshly broken Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weilandtd committed May 11, 2022
1 parent 02fc6f8 commit 9548734
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
author_email='[email protected]',
url='https://github.com/EPFL-LCSB/skimpy/',
download_url='https://github.com/EPFL-LCSB/skimpy/archive/'+version_tag+'.tar.gz',
install_requires=['sympy',
'pytest',
install_requires=['pytest',
'scipy',
'numpy',
'pandas',
Expand All @@ -65,6 +64,8 @@
'escher',
'matplotlib',
'pytfa',
'sympy <= 1.5',
'cobra <= 0.24.0',
],
packages = find_packages(),
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4',
Expand Down

0 comments on commit 9548734

Please sign in to comment.