Skip to content

Commit 6e7a14e

Browse files
authored
Merge pull request #198 from MolecularAI/dependency-updates-dec-2025
Update python and dependency versions
2 parents adf5334 + 2c5708f commit 6e7a14e

File tree

4 files changed

+4484
-3976
lines changed

4 files changed

+4484
-3976
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Before you begin, ensure you have met the following requirements:
1818

1919
* Linux, Windows or macOS platforms are supported - as long as the dependencies are supported on these platforms.
2020

21-
* You have installed [anaconda](https://www.anaconda.com/) or [miniconda](https://docs.conda.io/en/latest/miniconda.html) with python 3.9 - 3.11
21+
* You have installed [anaconda](https://www.anaconda.com/) or [miniconda](https://docs.conda.io/en/latest/miniconda.html) with python 3.10 - 3.12
2222

2323
The tool has been developed on a Linux platform, but the software has been tested on Windows 10 and macOS Catalina.
2424

@@ -28,7 +28,7 @@ The tool has been developed on a Linux platform, but the software has been teste
2828

2929
First time, execute the following command in a console or an Anaconda prompt
3030

31-
conda create "python>=3.9,<3.11" -n aizynth-env
31+
conda create "python>=3.10,<3.13" -n aizynth-env
3232

3333
To install, activate the environment and install the package using pypi
3434

env-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ channels:
33
- https://conda.anaconda.org/conda-forge
44
- defaults
55
dependencies:
6-
- python>=3.9,<3.11
6+
- python>=3.10,<3.13
77
- poetry>=1.1.4,<1.4.1

0 commit comments

Comments
 (0)