suny-downstate-medical-center / netpyne

A Python package to facilitate the development, parallel simulation, optimization and analysis of multiscale biological neuronal networks in NEURON.

Home Page:http://www.netpyne.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove matplotlib version requirements after next matplotlib update

joewgraham opened this issue · comments

The latest matplotlib release has a bug when trying to copy rcParams (required for new plotting).

I changed the version requirement to <=3.5.1 in both requirements.txt and install_requires in setup.py.

After the next matplotlib release, we should test again and remove version requirement when corrected.

I think it's time to remove this---3.6.x is now out.