Skip to content

Commit

Permalink
add min versions for all dependencies
Browse files Browse the repository at this point in the history
my strategy is to use whatever was the current version at the time the package was added as a dependency
  • Loading branch information
aryarm authored Dec 16, 2023
1 parent caff4b9 commit 2b5295f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ classifiers = [
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
dependencies = [
"cyvcf2",
"matplotlib",
"numpy",
"pandas",
"pybedtools",
"pysam",
"scikit-learn",
"scipy",
"statsmodels",
"pyfaidx",
"cyvcf2>=0.20.5",
"matplotlib>=3.0.3",
"numpy>=1.17.3",
"pandas>=0.25.3",
"pybedtools>=0.8.0",
"pysam>=0.15.3",
"scikit-learn>=0.23.1",
"scipy>=1.3.3",
"statsmodels>=0.10.2",
"pyfaidx>=0.5.3",
]
dynamic = ["version"]

Expand Down

0 comments on commit 2b5295f

Please sign in to comment.