Skip to content

Commit

Permalink
fix: added a missing change for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Dec 17, 2024
1 parent e1b7caa commit 3508887
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions biothings_client/_dependencies.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import sys
import importlib


_PANDAS = importlib.util.find_spec("pandas") is not None
_CACHING = importlib.util.find_spec("hishel") is not None and importlib.util.find_spec("anysqlite") is not None
_CACHING_NOT_SUPPORTED = sys.version_info < (3, 8)

0 comments on commit 3508887

Please sign in to comment.