Skip to content

Commit cf9523a

Browse files
authored
Merge pull request #157 from codelion/codelion-patch-1
Update requirements_proxy_only.txt
2 parents 2f54368 + 63f6faf commit cf9523a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements_proxy_only.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ ipython
1818
ipykernel
1919
gradio
2020
# Constrain spacy version to avoid blis build issues on ARM64
21-
spacy<3.8.0
21+
spacy<3.8.0
22+
cerebras_cloud_sdk

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="optillm",
5-
version="0.1.0",
5+
version="0.1.1",
66
packages=find_packages(),
77
py_modules=['optillm'],
88
package_data={

0 commit comments

Comments
 (0)