Skip to content

Commit

Permalink
Fix requirement.txt bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunjiangZhu committed May 19, 2020
1 parent 05f8fcc commit fc81094
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Command Examples (for Singularity only):
2. Create anaconda environment, and then install dependent libraries

conda create -c rdkit -n ann_env rdkit python=3.5.2

pip install -r singularity-install/requirements.txt

3. Run your algorithm scripts by SLURM shell
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ psutil==5.4.2
scipy==1.0.0
scikit-learn==0.19.1
jinja2==2.10
h5sparse=0.1.0
h5sparse==0.1.0
2 changes: 1 addition & 1 deletion singularity-install/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ psutil==5.4.2
scipy==1.0.0
scikit-learn==0.19.1
jinja2==2.10
h5sparse=0.1.0
h5sparse==0.1.0

0 comments on commit fc81094

Please sign in to comment.