| set -euo pipefail | |
| SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
| source "${SCRIPT_DIR}/env.sh" | |
| python3 -m pip install -U pip | |
| python3 -m pip install -r "${GENERATOR_DIR}/requirements.txt" | |
| python3 -m pip install -r "${GENERANNO_DIR}/requirements.txt" | |
| python3 -m pip install datasets huggingface_hub pyarrow pandas numpy scipy scikit-learn matplotlib seaborn biopython | |