Teichlab / cellphonedb

MIT License
339 stars 105 forks source link

Update requirement of pandas and numpy #281

Closed adrianodemarino closed 3 years ago

adrianodemarino commented 3 years ago

To avoid conflict of version between pandas and numpy, better specify the version

prete commented 3 years ago

Thank you @adrianodemarino for the PR! But pandas version >1.1.4 causes pandas.errors.InvalidIndexError. Please refer to #284 for the right requirements versions.