From b8ec5418447c6ca89d96e794c4aa4299f7f57d7a Mon Sep 17 00:00:00 2001 From: Philip Garrison Date: Mon, 5 Jan 2026 16:56:47 -0800 Subject: [PATCH] Update minimum supported python version --- .python-version | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index bd28b9c5..ea97b836 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.9 +3.9.25 diff --git a/README.md b/README.md index b356dadf..c4f05550 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The data used in this analysis are publicly available on [Quilt](https://open.qu This analysis is tested on Ubuntu 18.04. Other operating systems may work, but there are known dependency issues with MacOS. -1. Install Python 3.9 and `git`. Update pip at least to `24.0.0`. Confirm your versions with `python --version` and `pip --version`. +1. Install `git` and Python 3.9.12 or a later version of Python 3.9. Update pip at least to `24.0.0`. Confirm your versions with `python --version` and `pip --version`. 2. Clone this git repository. ```bash git clone git@github.com:AllenCell/nuc-morph-analysis.git