thunlp / GEAR

Source code for ACL 2019 paper "GEAR: Graph-based Evidence Aggregating and Reasoning for Fact Verification"
MIT License
98 stars 25 forks source link

Fix requirements #16

Closed cronopioelectronico closed 2 years ago

cronopioelectronico commented 2 years ago

The current requirements include git+git://github.com/sheffieldnlp/fever-scorer@master that trigger the following bug https://github.com/pypa/setuptools/issues/2741 if setuptools it is not in the correct version.

This can be fixed as explained in the previous link, by using setuptools==56.1.0

This PR add it to the requirements of GEAR.