Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Proposing 2 changes to the TOML:

1. The strict version requirement for bespokelabs-curator was failing for me; I'd suggest relaxing it if possible.
2. LiveBench has an additional dependency, PyExt. Unfortunately this is a very old package and the latest mainline release isn't compatible with post 3.10 versions of Python. I forked it and created a new release which should be compatible with 3.11 and up, and added it to the TOML.
  • Loading branch information
penfever authored Feb 1, 2025
1 parent e1ff09c commit 64abcff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ dependencies = [
"tree_sitter",
"asttokens",
"mypy_extensions",
"pyext@git+https://github.com/penfever/PyExt",

# Web & API
"fastapi>=0.101.0",
Expand All @@ -104,7 +105,7 @@ dependencies = [
"requests>=2.28",
"websocket",
"aiofiles",
"bespokelabs-curator>=0.16.0",
"bespokelabs-curator",

# Database
"sqlalchemy",
Expand Down

0 comments on commit 64abcff

Please sign in to comment.