Closed wilke closed 2 weeks ago
We possibly don't need this file. I got it to work doing the following:
conda create -n parsl parsl -y
conda activate parsl
conda create -n parsl parsl numpy pandas scikit-learn pyyaml -y
If we want to start using improvelib from PyPi, we can do the following:
conda create -n parsl parsl python==3.7 -y
conda activate parsl
pip install improvelib
Otherwise, what Natasha wrote above includes what we need to install to run improvelib from the IMPROVE repo.
conda create -n parsl parsl numpy pandas scikit-learn pyyaml -y
@priyanka9991 We should add this to this README https://github.com/JDACS4C-IMPROVE/IMPROVE/tree/develop/workflows/parsl_csa
Should we delete this file, https://github.com/JDACS4C-IMPROVE/IMPROVE/blob/develop/workflows/parsl_csa/parsl_env.yml, or have a cleaner version?
Good catch. Yes we should delete it.
Issue completed
Originally posted by @wilke in https://github.com/JDACS4C-IMPROVE/IMPROVE/pull/114#pullrequestreview-2293717909