Skip to content

Commit 293e7b1

Browse files
committed
requirements: Set fixed version for deps
Make sure to lock down versions for deps, to avoid compatibility and runtime issues. For the packages that does not specify a fixed version, upgrade to latest that does not fail unit tests. Signed-off-by: Tor Björgen <tor.bjorgen@scilifelab.se>
1 parent f117508 commit 293e7b1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ped_parser >= 1.6.2
2-
pytabix
3-
pytest
4-
interval_tree >= 0.3.4
5-
click
6-
configobj
7-
intervaltree
8-
extract_vcf >= 0.4.2
9-
vcftoolbox > 1.3
1+
ped_parser == 1.6.6
2+
pytabix == 0.1
3+
pytest == 7.3.1
4+
interval_tree == 0.3.4
5+
click == 8.1.3
6+
configobj == 5.0.8
7+
intervaltree == 3.1.0
8+
extract_vcf == 0.5
9+
vcftoolbox == 1.5.1

0 commit comments

Comments
 (0)