Skip to content

Commit

Permalink
requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ankrgyl committed Sep 30, 2024
1 parent 3d6e889 commit 0cabaee
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eval-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r test-eval/requirements.txt # Adjust the path if needed
pip install -r test-eval/requirements.txt
- name: Run Evals
uses: ./
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ requires-python = ">=3.12"
dependencies = [
"braintrust>=0.0.160",
]

[tool.uv.workspace]
members = ["test-eval"]
1 change: 1 addition & 0 deletions test-eval/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
9 changes: 9 additions & 0 deletions test-eval/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[project]
name = "test-eval"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"braintrust>=0.0.160",
]
15 changes: 15 additions & 0 deletions test-eval/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
braintrust==0.0.160
braintrust-core==0.0.54
certifi==2024.8.30
charset-normalizer==3.3.2
chevron==0.14.0
exceptiongroup==1.2.0
gitdb==4.0.11
gitpython==3.1.43
idna==3.10
python-dotenv==1.0.1
requests==2.32.3
smmap==5.0.1
sseclient-py==1.8.0
tqdm==4.66.5
urllib3==2.2.3
17 changes: 17 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0cabaee

Please sign in to comment.