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
Description of the problem:
ERROR: dvc 0.93.0 has requirement python-dateutil <2.8.1 ,>=2.1, but you'll have python-dateutil 2.8.1 which is incompatible.
It'd be good to remove or relax upper constraints on python-dateutil, to include 2.8.1 and 2.8.2. Is there a good reason why these are not included, or something is broken after 2.8.1 ?
The text was updated successfully, but these errors were encountered:
…tive#3701
[WIP]. Attempt to relax upper constraints on the version of python-dateutil, to include 2.8.1 and 2.8.2.
Original constraint was:
"python-dateutil<2.8.1,>=2.1", # Consolidates azure-blob-storage and boto3
…#3701 (#3702)
* Relax python-dateutil pip version constraint to include v2.8.2. #3701
[WIP]. Attempt to relax upper constraints on the version of python-dateutil, to include 2.8.1 and 2.8.2.
Original constraint was:
"python-dateutil<2.8.1,>=2.1", # Consolidates azure-blob-storage and boto3
* Update setup.py
Co-authored-by: Ruslan Kuprieiev <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Description of the problem:
ERROR: dvc 0.93.0 has requirement python-dateutil <2.8.1 ,>=2.1, but you'll have python-dateutil 2.8.1 which is incompatible.
It'd be good to remove or relax upper constraints on python-dateutil, to include 2.8.1 and 2.8.2. Is there a good reason why these are not included, or something is broken after 2.8.1 ?
The text was updated successfully, but these errors were encountered: