Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Rush committed Apr 13, 2023
1 parent 58592f1 commit 146ed27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ show_error_context = true
[mypy-minichain]
implicit_reexport = true
[mypy-minichain.shapes]
implicit_reexport = true
implicit_reexport = true
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name=LIBNAME,
version="0.2.2",
version="0.2.3",
packages=find_packages(
include=["minichain", "minichain*"],
exclude=["examples", "docs", "test*"],
Expand Down Expand Up @@ -43,7 +43,7 @@
install_requires=[
"manifest-ml",
"datasets",
"gradio==3.21.0",
"gradio",
"faiss-cpu",
"eliot",
"eliot-tree",
Expand Down

0 comments on commit 146ed27

Please sign in to comment.