Skip to content

Commit

Permalink
testing python version 3.12 with new requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Apr 22, 2024
1 parent dd64451 commit 28f41e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
18 changes: 4 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
appdirs==1.4.3
attrs==19.3.0
biopython==1.82
click==7.1.2
importlib-metadata==1.6.0
more-itertools==8.2.0
exceptiongroup==1.2.1
iniconfig==2.0.0
numpy==1.26.0
packaging==20.3
pathspec==0.8.0
packaging==24.0
pluggy==1.5.0
pyparsing==2.4.7
pytest==8.1.1
pytest-mock==3.0.0
regex==2020.5.7
six==1.14.0
toml==0.10.0
wcwidth==0.1.9
zipp==3.1.0
tomli==2.0.1
1 change: 0 additions & 1 deletion tests/unit/test_smart_gap_helper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
import pytest_mock
from pathlib import Path


Expand Down

0 comments on commit 28f41e7

Please sign in to comment.