Skip to content

Commit

Permalink
Upgrade annoy to 1.17.3. Close NVIDIA#58.
Browse files Browse the repository at this point in the history
  • Loading branch information
drazvan committed Jul 11, 2023
1 parent 40889af commit 44f637e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Fixed

- [#58](https://github.com/NVIDIA/NeMo-Guardrails/issues/58): Fix install on Mac OS 13.


## [0.3.0] - 2023-06-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requests==2.31.0
typer==0.7.0
PyYAML~=6.0
setuptools~=65.5.1
annoy==1.17.1
annoy==1.17.3
sentence-transformers==2.2.2
fastapi==0.96.0
starlette==0.27.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typer==0.7.0",
"PyYAML~=6.0",
"setuptools~=65.5.1",
"annoy==1.17.1",
"annoy==1.17.3",
"sentence-transformers==2.2.2",
"fastapi==0.96.0",
"starlette==0.27.0",
Expand Down

0 comments on commit 44f637e

Please sign in to comment.