Skip to content

Commit d23955b

Browse files
committed
minor 2.2.6 release toease install in docker
1 parent 7f7acac commit d23955b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ $ chakin feature load_fasta \
8787
8888
## History
8989
90+
- 2.2.6
91+
- fix requirement name for psycopg2 (name change for version >=2.8)
92+
9093
- 2.2.5
9194
- Added support for units in expression loaders
9295
- Fix error in load_gff when no source is specified

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sqlalchemy
2-
psycopg2
2+
psycopg2-binary
33
biopython
44
bcbio-gff==0.6.4
55
wrapt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="chado",
9-
version='2.2.5',
9+
version='2.2.6',
1010
description="Chado library",
1111
author="Anthony Bretaudeau",
1212
author_email="[email protected]",

0 commit comments

Comments
 (0)