PlusLabNLP / EventPlus

[NAACL'21 Demo] EventPlus: a temporal event understanding pipeline that integrates various state-of-the-art event understanding components including event trigger and type detection, event argument detection, event duration and temporal relation extraction
https://kairos-event.isi.edu
Apache License 2.0
26 stars 13 forks source link

env.yml #2

Closed lashmore closed 2 years ago

lashmore commented 2 years ago

Is there any chance you guys could expose an env.yml file that is cross platform compatible? If you export your conda env with --no-builds and --from-history, it'll only show the dependencies you asked for instead of all the packages that also get included alongside the packages in the original conda recipe. Right now the env.yml exposed in this repo works for Linux but not Mac OS.

conda env export --no-builds --from-history