davidberenstein1957 / crosslingual-coreference

A multi-lingual approach to AllenNLP CoReference Resolution along with a wrapper for spaCy.
MIT License
102 stars 17 forks source link

Support a modern PyTorch version #28

Open dimitristaufer opened 2 months ago

dimitristaufer commented 2 months ago

I am getting the following error when trying to install this package:

ERROR: Cannot install crosslingual-coreference==0.2.0, crosslingual-coreference==0.2.1, crosslingual-coreference==0.2.2, crosslingual-coreference==0.2.3, crosslingual-coreference==0.2.4 and crosslingual-coreference==0.2.5 because these package versions have conflicting dependencies.

The conflict is caused by: crosslingual-coreference 0.2.5 depends on torch<1.11.0 and >=1.10.0 crosslingual-coreference 0.2.4 depends on torch<1.11.0 and >=1.10.0 crosslingual-coreference 0.2.3 depends on torch<1.11.0 and >=1.10.0 crosslingual-coreference 0.2.2 depends on torch<1.11.0 and >=1.10.0 crosslingual-coreference 0.2.1 depends on torch<1.11.0 and >=1.10.0 crosslingual-coreference 0.2.0 depends on torch<1.11.0 and >=1.10.0

Any help is highly apreciated.