File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ version: 2
7
7
8
8
# Set the version of Python and other tools you might need
9
9
build :
10
- os : ubuntu-20 .04
10
+ os : ubuntu-22 .04
11
11
apt_packages :
12
12
- r-base
13
13
tools :
14
- python : " 3.10 "
14
+ python : " 3.12 "
15
15
jobs :
16
16
post_create_environment :
17
17
# Install poetry
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelog
4
4
5
5
(unreleased)
6
6
------------
7
+ - Release: version 0.4.7 🚀 [ Christophe Bécavin]
7
8
- Release: version 0.4.6 🚀 [ Christophe Bécavin]
8
9
- Release: version 0.4.5 🚀 [ Christophe Bécavin]
9
10
- Release: version 0.4.4 🚀 [ Christophe Bécavin]
Original file line number Diff line number Diff line change 1
- 0.4.7
1
+ 0.4.8
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " checkatlas"
3
- version = " 0.4.7 "
3
+ version = " 0.4.8 "
4
4
description =" One liner tool to check the quality of your single-cell atlases."
5
5
authors = [" becavin-lab" ]
6
6
readme = " README.md"
@@ -22,7 +22,7 @@ types-pyyaml = "^6.0.12.6"
22
22
scanpy = " ^1.9.1"
23
23
numpy = " ^1.23.5"
24
24
poetry = " ^1.5.1"
25
- rpy2 = " 3.5.10"
25
+ rpy2 = " ^ 3.5.10"
26
26
27
27
[tool .poetry .group .dev ]
28
28
optional = true
You can’t perform that action at this time.
0 commit comments