Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marti2203 committed Sep 14, 2024
1 parent 9da0515 commit 8c38463
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: Cache pip dependencies
id: cache-deps
Expand Down
22 changes: 11 additions & 11 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ dependencies:
- libgcc-ng=13.2.0
- libgomp=13.2.0
- libstdcxx-ng=11.2.0
- libuuid=1.41.5
- ncurses=6.4
- openssl=3.2.0
- pip=23.3.1
- python=3.11.7
#- libuuid=2.38.1
- ncurses=6.5
- openssl=3.3.1
- pip=24.2
- python=3.12.5
- readline=8.2
- setuptools=68.2.2
- sqlite=3.41.2
- tk=8.6.12
- sqlite=3.46.0
- tk=8.6.14
- tzdata=2023d
- wheel=0.41.2
- xz=5.4.5
- zlib=1.2.13
- loguru=0.7.2
- rich=13.7.1
- xz=5.4.6
#- zlib=1.2.13
#- loguru=0.7.2
- rich=13.8.1
- pip:
- -r requirements.txt
17 changes: 10 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ distlib==0.3.8
distro==1.9.0
docker==7.0.0
docstring-parser==0.15
emojis==0.7.0
filelock==3.13.1
frozenlist==1.4.1
fsspec==2024.6.1
Expand All @@ -31,6 +32,7 @@ httpcore==1.0.5
httpx==0.27.0
huggingface-hub==0.23.5
hyperframe
icecream==2.1.3
identify==2.5.33
idna==3.7
importlib-metadata==7.0.1
Expand All @@ -42,8 +44,8 @@ jsonschema==4.22.0
jsonschema-specifications==2023.12.1
libclang==18.1.1
linkify-it-py==2.0.2
litellm==1.41.24
loguru
litellm==1.44.8
loguru==0.7.2
lxml==5.1.0
markdown-it-py==3.0.0
MarkupSafe==2.1.5
Expand All @@ -56,6 +58,7 @@ multidict==6.0.4
networkx==3.2.1
nodeenv==1.8.0
numpy==1.26.4
natsort==8.4.0
nvidia-cublas-cu12==12.1.3.1
nvidia-cuda-cupti-cu12==12.1.105
nvidia-cuda-nvrtc-cu12==12.1.105
Expand All @@ -68,8 +71,8 @@ nvidia-cusparse-cu12==12.1.0.106
nvidia-nccl-cu12==2.19.3
nvidia-nvjitlink-cu12==12.4.99
nvidia-nvtx-cu12==12.1.105
ollama==0.2.1
openai==1.35.14
ollama==0.3.3
openai==1.45.0
opt-einsum==3.3.0
packaging==23.2
platformdirs==4.1.0
Expand Down Expand Up @@ -107,12 +110,12 @@ tree-sitter==0.21.3
tree-sitter-c==0.21.4
tree-sitter-cpp==0.22.2
tree-sitter-java==0.21.0
tree-sitter-languages==1.9.1
tree-sitter-languages==1.10.2
triton==2.2.0
types-jsonschema==4.21.0.20240311
typing_extensions==4.9.0
typing_extensions==4.12.2
uc-micro-py==1.0.2
unidiff
unidiff==0.7.5
unittest-xml-reporting==3.2.0
urllib3
virtualenv==20.25.0
Expand Down

0 comments on commit 8c38463

Please sign in to comment.