memote icon indicating copy to clipboard operation
memote copied to clipboard

Allow latest pandas version in setup.cfg

Open matthiaskoenig opened this issue 5 years ago • 2 comments

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

matthiaskoenig avatar Mar 15 '19 16:03 matthiaskoenig

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

matthiaskoenig avatar Apr 24 '19 07:04 matthiaskoenig

We only pin dependencies when necessary, i.e., newer versions contain breaking API changes that we weren't able to adapt memote to yet.

Midnighter avatar Apr 25 '19 07:04 Midnighter