Skip to content

Commit 9abce4a

Browse files
committed
update requirements
1 parent 7e84f5e commit 9abce4a

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# the following packages are required. Those versions were tested, but lower versions should work.
2-
biopython >= 1.78
3-
pandas >= 1.0.5
4-
numpy >= 1.18.5
5-
python >= 3.6.8
2+
biopython>=1.78
3+
pandas>=1.0.5
4+
numpy>=1.18.5
65

requirements_in_testing.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# the following packages are used in testing. Lower versions should work.
2-
biopython == 1.81
3-
pandas == 2.2.2
4-
numpy == 1.26.4
5-
python == 3.10.14
2+
biopython==1.81
3+
pandas==2.2.2
4+
numpy==1.26.4
5+
python==3.10.14
66

0 commit comments

Comments
 (0)