File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 28
28
- name : Install project
29
29
run : |
30
30
python -m pip install -U pip
31
+ pip install poetry
31
32
just install
32
33
- name : Build a binary wheel and a source tarball
33
34
run : just build
Original file line number Diff line number Diff line change 1
1
2
2
# Changelog
3
3
4
+ ## v1.1.3 rpetit3/camlhmp "Bactrian Paper Patch (2)" 2025/09/16
5
+
6
+ ## ` Fixed `
7
+
8
+ - circumvent conda install of poetry (currently broken)
9
+
4
10
## v1.1.2 rpetit3/camlhmp "Bactrian Paper Patch" 2025/09/16
5
11
6
12
## ` Added `
12
18
- Formatting of the paper
13
19
- ` just ` missing from ` environment.yml `
14
20
15
-
16
21
## v1.1.1 rpetit3/camlhmp "Wild Bactrian Paper" 2025/09/16
17
22
18
23
## ` Added `
Original file line number Diff line number Diff line change 1
1
import logging
2
- import os
3
2
import sys
4
3
from pathlib import Path
5
4
Original file line number Diff line number Diff line change @@ -5,5 +5,4 @@ dependencies:
5
5
- blast
6
6
- just
7
7
- pigz
8
- - poetry
9
8
- python >=3.7
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " camlhmp"
3
- version = " 1.1.2 "
3
+ version = " 1.1.3 "
4
4
description = " Classification through yAML Heuristic Mapping Protocol"
5
5
authors = [
6
6
" Robert A. Petit III <robbie.petit@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments