Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
quadrismegistus committed Dec 10, 2024
1 parent 41e8036 commit 17b1242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='2.1.1'
__version__='2.1.2'
2 changes: 1 addition & 1 deletion prosodic/imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
PATH_HOME_DATA_CACHE = os.path.join(PATH_HOME_DATA, "cache")
os.makedirs(PATH_HOME_DATA, exist_ok=True)

stash = HashStash(PATH_HOME_DATA_CACHE, engine='memory', serializer='hashstash', compress='lz4', b64=True)
stash = HashStash(PATH_HOME_DATA_CACHE, engine='pairtree', serializer='hashstash', compress=False, b64=True)
stash_was = None

import panphon
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ regex
editdistance
munkres

hashstash[rec]
hashstash
# stanza
svgling
plotnine

0 comments on commit 17b1242

Please sign in to comment.