Skip to content

Commit

Permalink
Make efel/lmfit installation optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jun 29, 2020
1 parent bfcd5fc commit b977c45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ def readme():
'setuptools',
'nevergrad>=0.2,<=0.3',
'scikit-optimize',
'efel',
'tqdm',
'lmfit'
],
provides=['brian2modelfitting'],
extras_require={'test': ['pytest'],
'docs': ['sphinx>=1.8']},
'docs': ['sphinx>=1.8'],
'full': ['efel',
'lmfit']},
python_requires='>=3.6',
use_2to3=False,
zip_safe=False,
Expand Down

0 comments on commit b977c45

Please sign in to comment.