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
Would it be possible to loosen version constraints on the other dependencies as well? Such tight dependencies makes installing other packages difficult. The latest conda (24.5.0) for instance requires frozendict >= 2.4.2 which is incompatible. That's just one example.
Jan 07 2025 13:04:20 -0600
#11 [ 7/14] RUN pip install dominodatalab==1.2.4
Jan 07 2025 13:06:46 -0600
#11 145.8 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.
Jan 07 2025 13:06:46 -0600
Jan 07 2025 13:06:46 -0600
#11 145.8 conda 24.11.2 requires frozendict>=2.4.2, but you have frozendict 2.3.10 which is incompatible.
Jan 07 2025 13:06:46 -0600
Would it be possible to loosen version constraints on the other dependencies as well? Such tight dependencies makes installing other packages difficult. The latest
conda
(24.5.0) for instance requiresfrozendict
>= 2.4.2 which is incompatible. That's just one example.Originally posted by @hutch3232 in #201 (comment)
Reading through the release log I'm not seeing any breaking changes that necessitate this restriction
https://github.com/Marco-Sulla/python-frozendict/releases
python-domino/setup.py
Line 50 in f129831
The text was updated successfully, but these errors were encountered: