Skip to content

Commit

Permalink
Merge pull request #34 from TRON-Bioinformatics/flexible-dependencies
Browse files Browse the repository at this point in the history
update dependencies to have more flexibility
  • Loading branch information
priesgo authored Aug 11, 2022
2 parents ad13778 + 2782496 commit 17cc366
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas==1.3.3
pysam==0.18.0
cyvcf2==0.30.14
logzero==1.7.0
pybedtools==0.9.0
scipy==1.8.1
pandas~=1.3.3
pysam~=0.19.1
cyvcf2~=0.30.14
logzero~=1.7.0
pybedtools~=0.9.0
scipy~=1.8.1
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
"License :: OSI Approved :: MIT License",
"Operating System :: Unix"
Expand Down
2 changes: 1 addition & 1 deletion vafator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION='2.0.0dev4'
VERSION='2.0.1'

0 comments on commit 17cc366

Please sign in to comment.