Skip to content

Commit

Permalink
Update dependencies versions in requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lael Halawani authored and laelhalawani committed Jan 13, 2024
1 parent 4d43839 commit 2b04ef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.31.0,
beautifulsoup4>=4.9.3
gguf-llama==0.0.16
gguf-llama==0.0.17
gguf-modeldb==0.0.2


4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
long_description = fh.read()
setup(
name="glai",
version="0.1.2",
version="0.1.3",
packages=find_packages(),
install_requires=[
'requests>=2.31.0',
'beautifulsoup4>=4.9.3',
'gguf_llama>=0.0.16',
'gguf_llama>=0.0.17',
'gguf_modeldb>=0.0.2'
],
include_package_data=True,
Expand Down

0 comments on commit 2b04ef8

Please sign in to comment.