ornlpmcp/ASCENDS

[JOSS REVIEW] List package dependencies

Closed this issue · 2 comments

The packages required to install and run ASCENDS should be explicitly listed in the README.md (e.g. in the "Installation" section).

I see there is this list of packages in setup.py:

ASCENDS/setup.py

Lines 21 to 29 in 4f1fd58

'matplotlib',
'numpy',
'pandas',
'tensorflow',
'keras',
'tornado',
'scikit-learn',
'minepy',
'np_utils',

Is this list up-to-date? If so, that should be sufficient

xref openjournals/joss-reviews#1656

Now all dependencies with proper versions are in 'environment.yml'
I updated the installation process to use conda as you guided.
no pip is needed.
Thanks a lot.

I also updated README.md to mention the environment.yml and remove description on pip and pip_requirement.txt and conda_requirement.txt