Open DavHau opened 3 years ago
The resolver picks tzlocal 2.0.0b3 for the following expression. But pip complains because it doesn't agree with 2.0.0b2<2.0.0.
let mach-nix = import ( builtins.fetchGit { url = "https://github.com/DavHau/mach-nix/"; ref = "refs/heads/conda-beta"; rev = "c407c2e98cbfc847bd4c9c150a2337c9940bd2e5"; } ) { python = "python37"; }; pyEnv = mach-nix.mkPython { requirements = '' pendulum==1.4.4 ''; providers._default = "wheel,sdist,nixpkgs"; }; in pyEnv
I think this may be a duplicate of #232.
The resolver picks tzlocal 2.0.0b3 for the following expression. But pip complains because it doesn't agree with 2.0.0b2<2.0.0.