A requirements.txt file would make it easier to install dependencies on conda or any other virtual environment.
Since there isn't one currently, I've added one.
If additional dependencies are introduced in the future, they must be added to the file with the corresponding version.
A
requirements.txt
file would make it easier to install dependencies onconda
or any other virtual environment. Since there isn't one currently, I've added one.If additional dependencies are introduced in the future, they must be added to the file with the corresponding version.