CarragherLab / cptools2

Running cellprofiler on eddie3 / SGE clusters
4 stars 2 forks source link

Latest pandas version requires python >= 3.5 #33

Closed Swarchal closed 4 years ago

Swarchal commented 5 years ago

Restrict the python version in setup.py

setup(
    ...,
    python_requires=">=3.5",
    ...
)

And also update the travis.yml test config.

Swarchal commented 4 years ago

1ed926444ccb997bf919e5b73683be10c8b16f39