vepadulano / PyRDF

Python Library for doing ROOT RDataFrame analysis
https://pyrdf.readthedocs.io/en/latest/
9 stars 7 forks source link

Require enum34 in Python 2 only #105

Closed vepadulano closed 3 years ago

vepadulano commented 3 years ago

The enum34 package is included in the standard library since Python 3.4, so there's no need to add it as a requirement when installing PyRDF in a Python 3.4+ environment. In fact, this requirement is messing with pip (e.g. https://github.com/pypa/pip/issues/8214)