Skip to content

Commit

Permalink
Update Python version to 3.9 - 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshidaa committed Sep 15, 2023
1 parent 7153b6c commit 0249240
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## Version 1.1.1 - 2023-09-15

### Trivial changes

- Update Python version to >=3.9 and <3.11

## Version 1.1.0 - 2022-11-23

### Trivial changes
Expand Down
2 changes: 1 addition & 1 deletion conda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- https://conda.anaconda.org/conda-forge
- defaults
dependencies:
- python>=3.8,<3.10
- python>=3.9,<3.11
- poetry>=1.1.4,<2.0
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
project = "route-distances"
copyright = "2021-2022, Molecular AI group"
author = "Molecular AI group"
release = "1.1.0"
release = "1.1.1"

extensions = [
"sphinx.ext.autodoc",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "route-distances"
version = "1.1.0"
version = "1.1.1"
description = "Models for calculating distances between synthesis routes"
authors = ["Genheden, Samuel <samuel.genheden@astrazeneca.com>"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ prepare_aizynthfinder_output = "route_distances.tools.prepare_aizynthfinder_outp
cluster_aizynth_output = "route_distances.tools.cluster_aizynth_output:main"

[tool.poetry.dependencies]
python = ">=3.8,<3.10"
python = ">=3.9,<3.11"
torch = "^1.7.1"
pytorch-tree-lstm = "^0.1.3"
pytorch-lightning = "^1.6.0"
Expand Down

0 comments on commit 0249240

Please sign in to comment.