Loading
python3Packages.thinc: 9.1.1 -> 8.3.6
Package python3Packages.spacy depends on `thinc<8.4.0`, but python3Packages.thinc refers to version 9.1.1 and this breaks the `spacy` package. Some dependency issues were fixed since the last 8.x.x release of thinc in nixpkgs, making this a simple version switch. The package python3Packages.spacy appears to be the only dependent on python3Packages.thinc: ```shell grep -rl 'thinc' pkgs/ pkgs/applications/editors/vim/plugins/generated.nix pkgs/applications/editors/vim/plugins/vim-plugin-names pkgs/development/python-modules/spacy/default.nix pkgs/development/python-modules/thinc/default.nix pkgs/top-level/python-packages.nix ``` Related to: https://github.com/NixOS/nixpkgs/issues/402089