dianna-ai / dianna-exploration

This repository contains the expliratory and research work from the DIANNA project
https://research-software-directory.org/projects/dianna
Apache License 2.0
2 stars 1 forks source link

add requirements.txt at the top level for all dependencies #145

Closed geek-yang closed 2 years ago

geek-yang commented 2 years ago

This PR closes the issue in dianna.

A requirements.txt at the top level for all dependencies (necessary for preparing data and executing xai notebooks) is added after checking all the notebooks in the folder "example_data".

egpbos commented 2 years ago

I used Binder to test whether the setup works: https://mybinder.org/v2/gh/dianna-ai/dianna-exploration/26-add-dependencies-list

The captum version specification doesn't work, maybe the x should be replaced with a number?

geek-yang commented 2 years ago

Binder

@egpbos Thanks for the review, and the solution. After specifying the version of captum, it passes the installation/check in the Binder.