voila-dashboards / voila-vuetify

Dashboard template for Voilà based on VuetifyJS
Other
154 stars 41 forks source link

upgrade voila to 0.4 #62

Closed djangoliv closed 1 year ago

djangoliv commented 1 year ago

In setup.py the version of 'voila' is imposed lower than O.4 but I have the impression that it works very well with 'voila' 0.4.

install_requires=['voila>=0.2.0,<0.4'],

Why not increase the upper bound?

install_requires=['voila>=0.2.0,<0.5'],

Regards