suny-downstate-medical-center / netpyne

A Python package to facilitate the development, parallel simulation, optimization and analysis of multiscale biological neuronal networks in NEURON.
http://www.netpyne.org
MIT License
144 stars 135 forks source link

Remove matplotlib version requirements after next matplotlib update #692

Closed joewgraham closed 1 year ago

joewgraham commented 2 years ago

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.

sanjayankur31 commented 1 year ago

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

vvbragin commented 1 year ago

done