-
Notifications
You must be signed in to change notification settings - Fork 130
eo-tides and pyTMD incompatability #1340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks @lars-fillmore - I'm aware of this issue, and it's affecting us too. Out of interest, are you using the tide modelling functions in I'll prioritise a fix for this (probably by removing the pin completely) - for now I think you should be able to work around it by installing DEA Tools first (which will give you the old version of |
I'm switching my use of I can successfully use the suggested workaround locally, but on my docker build process it's failing. Either pin both modules to the same version of |
Yep, cool - you should be able to keep using other functions from I do need to keep the |
Actually @lars-fillmore, turns out we did fix this issue, but simply never released it. Can you try one of these pre-release and see if they work for you? https://pypi.org/project/dea-tools/#history The pin you get with |
Just published a new version 0.3.6, so |
@robbibt I can confirm this has now been resolved. FYI, there are many other non |
@lars-fillmore I'd really love to know more - please feel free to post some more issues and we'll do what we can to resolve them! |
A recent change to the setup.py file for dea-tools has not resolved the version incompatibilities with eo-tides.
pyTMD!=2.1.7
results in the build installing version2.1.6
rather than2.2.2
dea-tools installed using
pip install dea-tools --no-cache-dir
The text was updated successfully, but these errors were encountered: