8000 some fixes · explodinggradients/linkedin_ai@78c92e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 78c92e8

Browse files
committed
some fixes
1 parent 11d7f45 commit 78c92e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Build Your Own AI Assistant powered by LinkedIn Content
66
```
77
git clone git@github.com:shahules786/linkedin_ai.git
88
cd linkedin_ai
9-
pip install -e .
9+
pip install --pre-release=allow -e . # mlflow is pre-release
1010
```
1111

1212
## Your Hackathon Journey

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"rank_bm25",
1212
"jinja2",
1313
"mlflow==3.0.0rc0",
14-
"git+https://github.com/explodinggradients/ragas_experimental.git",
14+
"ragas-experimental",
1515
"ipykernel",
1616
],
1717
author="Shahul Es",
@@ -27,5 +27,5 @@
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: 3.9",
2929
],
30-
python_requires=">=3.7",
30+
python_requires=">=3.10",
3131
)

0 commit comments

Comments
 (0)
0