Skip to content

Commit bca6fa2

Browse files
committed
wip: new requirements
1 parent 8cbe4a1 commit bca6fa2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.10", "3.11", "3.12"]
14+
python-version: ["3.10", "3.11", ] #TODO add 3.12 when supported by all dependencies
1515

1616
# Define job steps
1717
steps:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This file is needed for READtheDOCS and GitHub actions- all requirements are installed in the setup.py
2-
pydna>=5.2.0
2+
pydna>=5.5.0
33
pandas>=1.3.0
44
benchlingapi>=2.1.12
55
numpy>=1.21.0
6-
biopython>=1.82
6+
biopython>=1.83
77
python-dotenv>=0.20.0
88
openpyxl>=3.0.9
99
wheel>=0.37.1

0 commit comments

Comments
 (0)