skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
118 stars 38 forks source link

DEV: pyparsing<3.0.0 #500

Closed rrjbca closed 3 years ago

rrjbca commented 3 years ago

Description

matplotlib 3.4.3 is incompatible with the recent pyparsing 3.x releases. Fix the version of pyparsing used to pyparsing<3.0.0 until the dependency conflict is resolved. Resolves #499

Checklist