Skip to content
Snippets Groups Projects
Commit fb378739 authored by Andrew Davison's avatar Andrew Davison
Browse files

Release 0.9.0

parent c0480733
No related branches found
No related tags found
No related merge requests found
......@@ -30,14 +30,14 @@ Neo will still install but the IO module that uses them will fail on loading:
* stfio for StimfitIO
* pillow for TiffIO
These dependencies can be installed by specifying a comma seperated list on the
These dependencies can be installed by specifying a comma-separated list with the
``pip install`` command::
$ pip install neo[hdf5io,tiffio]
Or when installing a specific version of neo::
$ pip install neo[hdf5io,tiffio]==0.8.0
$ pip install neo[hdf5io,tiffio]==0.9.0
These additional dependencies for IO modules are available::
......
version = '0.9.0.rc0'
version = '0.9.0'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment