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
It's too old version of paramiko (version 2.7.1) is specified in requirements.txt when in reality it's not really much used.
As result when we try to install pyfos from pip today we have to stick to that old version and other packages which uses paramiko do not work correctly.
Is it possible to update required version of paramiko or change requirement to something like 'paramiko~= 2.7.1'?
The text was updated successfully, but these errors were encountered:
It's too old version of paramiko (version 2.7.1) is specified in requirements.txt when in reality it's not really much used.
As result when we try to install pyfos from pip today we have to stick to that old version and other packages which uses paramiko do not work correctly.
Is it possible to update required version of paramiko or change requirement to something like 'paramiko~= 2.7.1'?
The text was updated successfully, but these errors were encountered: