Tweaked the pyproject.toml to remove a dependency issue

This commit is contained in:
Edward Donner
2025-10-12 10:46:45 -04:00
parent 444a1091fe
commit 18db093075
2 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "llm-engineering"
version = "0.1.0"
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"anthropic>=0.69.0",
"beautifulsoup4>=4.14.2",