You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - just wondering if there are plans to unpin tensorflow to allow more recent versions? This pin is making it more difficult to install this package within a larger conda environment. It basically results in a failed install due to an inability to resolve the dependencies, specifically:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.13.1 requires typing-extensions<4.6.0,>=3.6.6, but you have typing-extensions 4.12.2 which is incompatible.
I've tried various incantations such as pinning typing-extensions, but I can't get out of dependency-jail.
The text was updated successfully, but these errors were encountered:
Hi - just wondering if there are plans to unpin tensorflow to allow more recent versions? This pin is making it more difficult to install this package within a larger conda environment. It basically results in a failed install due to an inability to resolve the dependencies, specifically:
I've tried various incantations such as pinning typing-extensions, but I can't get out of dependency-jail.
The text was updated successfully, but these errors were encountered: