Skip to content

Commit

Permalink
fix install herediclass
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Jul 18, 2024
1 parent 60c210a commit 3286b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/script/install_herediclass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pip install wheel
pip install setuptools
python3 -m pip install --upgrade setuptools wheel
pip install -r requirements.txt
pip install numpy<2
pip install "numpy<2"
#pip install pyyaml
#pip install cyvcf2
#pip install biopython
Expand Down

0 comments on commit 3286b55

Please sign in to comment.