Skip to content

Commit

Permalink
✏️ fix python and dependencies version in codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Feb 12, 2024
1 parent 00a517a commit e741a92
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"downloadUrl": "https://files.pythonhosted.org/packages/4a/39/816165ed051a41560c9167590bf974a83de34e5a43509e9501f79cdf4ba4/integron_finder-2.0.2.tar.gz",
"issueTracker": "https://github.com/gem-pasteur/Integron_Finder/issues",
"name": "Integron_Finder",
"version": "2.0.2",
"version": "2.0.3",
"description": "Integron_Finder is a program that detects integrons in DNA sequences.",
"applicationCategory": "Bioinformatic",
"funding": "ANR-16-CONV-0005, EQU201903007835, ANR-10-LABX-62-IBEID",
Expand All @@ -31,19 +31,18 @@
"macOS"
],
"softwareRequirements": [
"- Python >=3.7,<=3.10",
"- Pandas >=1.1.5,<=1.4.0",
"- Numpy >=1.19.4,<=1.22.1",
"- Biopython >=1.78,<=1.79",
"- Matplotlib >=3.3.3,<=3.5.1",
"- Python >=3.10,<=3.12",
"- Pandas >=2",
"- Numpy >=1.26",
"- Biopython >=1.82,<=1.83",
"- Matplotlib >=3.8",
"- colorlog",
"- HMMER >=3.1b2,<=3.3.2",
"- INFERNAL >=1.1.2,<=1.1.4",
"- Prodigal >=2.6.2,<=V2.6.3",
""
],
"relatedLink": [
"https://integronfinder.readthedocs.io/en/v2.0.2/"
"https://integronfinder.readthedocs.io/en/v2.0.3/"
],
"author": [
{
Expand Down

0 comments on commit e741a92

Please sign in to comment.