Skip to content

setup.py: Avoid using pandas == 1.0.4

Some operations with parquet result in: TypeError: read() got an unexpected keyword argument 'memory_map'

So temporarily avoid using versions higher than 1.0.3.

Merge request reports