Skip to content

Commit

Permalink
[BUG]: Unpinned tqdm version in requirements.txt (chroma-core#1236)
Browse files Browse the repository at this point in the history
chroma-core#1235 

## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
- TQDM version pinning was causing issues with other deps that required
a higher version.

## Test plan
*How are these changes tested?*

Local pip install tests.

## Documentation Changes
N/A
  • Loading branch information
tazarov authored Oct 12, 2023
1 parent c0e307e commit b20db0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pypika==0.48.9
requests==2.28.1
tenacity>=8.2.3
tokenizers==0.13.2
tqdm==4.65.0
tqdm>=4.65.0
typer>=0.9.0
typing_extensions>=4.5.0
uvicorn[standard]==0.18.3

0 comments on commit b20db0b

Please sign in to comment.