ACCLAB / DABEST-python

Data Analysis with Bootstrapped ESTimation
https://acclab.github.io/DABEST-python/
Apache License 2.0
339 stars 47 forks source link

pandas version conflicts #104

Closed mjoppich closed 3 years ago

mjoppich commented 3 years ago

Hi,

is pandas 0.x really required, or does it also work with higher versions of pandas?

If so, would it be possible to take out the version requirement from the setup.py install_requires ?

Thanks!

Markus

josesho commented 3 years ago

Yes, thanks for sounding this out. I'll push and release v0.3.1 soon, which updates the dependencies.

josesho commented 3 years ago

Done! Let me know if there's any problems.