Skip to content

Commit

Permalink
Merge pull request #124 from monarch-initiative/develop
Browse files Browse the repository at this point in the history
removing stray pkg_resources
  • Loading branch information
pnrobinson authored Jul 30, 2024
2 parents 4a11236 + 08aa8c9 commit 9747b6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/pyphetools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import validation


__version__ = "0.9.94"
__version__ = "0.9.95"


__all__ = [
Expand Down
2 changes: 0 additions & 2 deletions src/pyphetools/creation/thresholded_column_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
from .thresholder import Thresholder
from typing import List
import pandas as pd
import pkg_resources
from collections import defaultdict
import math


class ThresholdedColumnMapper(ColumnMapper):
Expand Down

0 comments on commit 9747b6c

Please sign in to comment.