Skip to content

Commit

Permalink
Merge pull request #91 from codelion/fix-pypi-release
Browse files Browse the repository at this point in the history
fix dependencies
  • Loading branch information
codelion authored Nov 13, 2024
2 parents 7381008 + ef0308d commit d9d7b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ presidio_anonymizer
nbformat
nbconvert
ipython
ipykernel
ipykernel
peft
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="optillm",
version="0.0.10",
version="0.0.11",
packages=find_packages(),
py_modules=['optillm'],
package_data={
Expand Down Expand Up @@ -31,6 +31,7 @@
"nbformat",
"ipython",
"ipykernel",
"peft",
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit d9d7b86

Please sign in to comment.