FireDynamics / fdsreader

Python reader for FDS data
GNU General Public License v3.0
45 stars 18 forks source link

Package version dependencies #27

Closed lu-kas closed 3 years ago

lu-kas commented 3 years ago

Are the explicitly required package versions necessary?

E.g.:

fdsreader 0.9.12 requires docutils==0.16, but you'll have docutils 0.17 which is incompatible. fdsreader 0.9.12 requires Pillow==8.1.0, but you'll have pillow 8.2.0 which is incompatible. fdsreader 0.9.12 requires Pygments==2.8.0, but you'll have pygments 2.8.1 which is incompatible. fdsreader 0.9.12 requires Sphinx==3.5.1, but you'll have sphinx 3.5.3 which is incompatible.

Fails to install in a newly setup environment.

JanVogelsang commented 3 years ago

Fixed in 90d57c3