Skip to content

Commit 895970e

Browse files
committed
Bump version to 1.6.7
1 parent 8b506dc commit 895970e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "CodonTransformer"
3-
version = "1.6.6"
3+
version = "1.6.7"
44
description = "The ultimate tool for codon optimization, transforming protein sequences into optimized DNA sequences specific for your target organisms."
55
authors = ["Adibvafa Fallahpour <Adibvafa.fallahpour@mail.utoronto.ca>"]
66
license = "Apache-2.0"
@@ -17,7 +17,7 @@ classifiers = [
1717
python = "^3.9"
1818
biopython = "^1.83"
1919
ipywidgets = "^7.0.0"
20-
numpy = "^1.26.4"
20+
numpy = "<2.0.0"
2121
onnxruntime = "^1.17.3"
2222
pandas = "^2.0.0"
2323
python_codon_tables = "^0.1.12"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read_readme():
1919

2020
setup(
2121
name="CodonTransformer",
22-
version="1.6.6",
22+
version="1.6.7",
2323
packages=find_packages(),
2424
install_requires=read_requirements(),
2525
author="Adibvafa Fallahpour",

0 commit comments

Comments
 (0)