Skip to content

Commit

Permalink
removed sqlite3 and nest from install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Hagen committed Jan 13, 2016
1 parent 247d327 commit 3f73935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
'Development Status :: 4 - Beta',
],
install_requires = [
'numpy', 'scipy', 'matplotlib', 'neuron', 'LFPy', 'sqlite3', 'mpi4py',
'nest', 'NeuroTools',
'numpy', 'scipy', 'matplotlib', 'neuron', 'LFPy', 'mpi4py',
'NeuroTools',
],

)

0 comments on commit 3f73935

Please sign in to comment.