Skip to content

Commit

Permalink
Upgrade some dependent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Mar 5, 2025
1 parent dda92ae commit 9da7d99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions jarvis/lib/version_locked_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
googlehomepush==0.1.0
holidays==0.51
icalendar==5.0.13
holidays==0.68
icalendar==6.1.1
jlrpy==1.7.1
newsapi-python==0.2.7
packaging==24.2
PyAudio==0.2.14
PyChromecast==2.3.0 # Do not upgrade, as googlehomepush module relies on this version
pyhtcc==0.1.56
pyhtcc==0.1.57
pyicloud==1.0.0
pyrh @ git+https://github.com/robinhood-unofficial/pyrh.git@e301e8018abc1f8afe5d7aeaebdfa188783a4772
pywebostv==0.8.9
sounddevice==0.4.6
SpeechRecognition==3.10.4
speedtest-cli==2.1.3
timezonefinder==6.2.0
webcolors==1.13
timezonefinder==6.5.8
webcolors==24.11.1
webull==0.6.1
6 changes: 3 additions & 3 deletions jarvis/lib/version_pinned_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
aiofiles==23.2.*
aiofiles==24.1.*
aiohttp==3.9.*
bs4==0.0.*
certifi # Follows year based versioning
deepdiff==7.0.*
deepdiff==8.2.*
fastapi==0.111.*
geopy==2.4.*
httpcore==1.0.*
Expand All @@ -12,7 +12,7 @@ Jinja2==3.1.*
lxml==5.2.*
matplotlib==3.9.*
numpy==1.26.*
ollama==0.2.*
ollama==0.4.*
Pillow==10.3.*
psutil==6.0.*
pydantic==2.7.*
Expand Down
2 changes: 1 addition & 1 deletion jarvis/modules/transformer/gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def customize_model() -> None:
try:
for res in ollama.create(
model=models.env.ollama_model,
path=models.fileio.ollama_model_file,
from_=models.fileio.ollama_model_file,
stream=True,
):
logger.info(res["status"])
Expand Down

0 comments on commit 9da7d99

Please sign in to comment.