Skip to content

Commit

Permalink
Revert to latest version of levenshtein
Browse files Browse the repository at this point in the history
  • Loading branch information
remiolsen committed Nov 2, 2023
1 parent 25dddb1 commit 01bfcf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- bioconda
dependencies:
- conda-forge::biopython=1.79
- conda-forge::python-levenshtein=0.12.1
- conda-forge::python-levenshtein=0.23.0
- conda-forge::numpy=1.22.0
- bioconda::minimap2=2.20
- conda-forge::pyyaml=6.0
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
conda install -c bioconda anglerfish
"""
from setuptools import setup, find_packages
import sys, os
from pathlib import Path
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
Expand All @@ -32,7 +31,7 @@
packages = find_packages(),
package_data = {"":["config/adaptors.yaml"]},
install_requires=[
'python-levenshtein==0.12.1',
'python-levenshtein==0.23.0',
'biopython==1.79',
'numpy==1.22.0',
'pyyaml==6.0'
Expand Down

0 comments on commit 01bfcf5

Please sign in to comment.