Skip to content

Commit

Permalink
moving to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
erickmartins committed Dec 22, 2023
1 parent b7f39a3 commit 4c237ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .omero/py-setup
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.
sh Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda
source /tmp/miniconda/bin/activate
conda init
conda create -n omero python=3.8
conda create -n omero python=3.9
conda activate omero
pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20231130/zeroc_ice-3.6.5-cp39-cp39-manylinux_2_28_x86_64.whl
conda install -c bioconda bftools
Expand Down

0 comments on commit 4c237ba

Please sign in to comment.