Skip to content

Commit

Permalink
Add "lmfit" to dependencies for out-of-the-box support
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jun 18, 2020
1 parent f13a147 commit a678a75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ brian2
nevergrad==0.3.0
scikit-optimize
scikit-learn!=0.23.0
lmfit
tqdm
efel
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def readme():
'nevergrad>=0.2,<=0.3',
'scikit-optimize',
'efel',
'tqdm'
'tqdm',
'lmfit'
],
provides=['brian2modelfitting'],
extras_require={'test': ['pytest'],
Expand Down

0 comments on commit a678a75

Please sign in to comment.