memote
memote copied to clipboard
Allow latest pandas version in setup.cfg
When installing memote pandas is downgraded. Please make sure memote works with latest pandas version, i.e. change:
pandas >=0.20.1,<0.24
to
pandas >=0.20.1
Same issues with other dependencies. if possible remove all
<=
and <
from the dependencies which make it very hard to work with memote in combination with other libraries and will create issues down the road.
E.g. pinning an encryption library to a low version is just asking for trouble
travis-encrypt<1.2.0
We only pin dependencies when necessary, i.e., newer versions contain breaking API changes that we weren't able to adapt memote to yet.