madminer-tool / madminer-jupyter-env

Docker environment for the Madminer tutorial
MIT License
1 stars 1 forks source link

Fix pyparsing 3.X.X math symbols parsing #6

Closed Sinclert closed 3 years ago

Sinclert commented 3 years ago

This PR addresses issue https://github.com/madminer-tool/madminer-jupyter-env/issues/5 by fixing the pyparsing version to 2.4.7 (the one just before their major bump up to 3.x.x).

Versions >=3.0.2 have this issue fixed, but the release cadence has been quite high so there could be other bugs being fintroduced during that process. I think it is safer to stick to the previous major version.