Python: Update lab packages and installation instructions (#1687)

* update lab packages and installation instructions

* fix dep
This commit is contained in:
Eric Zhu
2025-10-24 21:12:08 +00:00
committed by GitHub
parent 418d7f2353
commit aba505df77
7 changed files with 183 additions and 184 deletions
+4 -3
View File
@@ -4,7 +4,7 @@ description = "Experimental modules for Microsoft Agent Framework"
authors = [{ name = "Microsoft", email = "af-support@microsoft.com"}]
readme = "README.md"
requires-python = ">=3.10"
version = "1.0.0b251001"
version = "1.0.0b251024"
license-files = ["LICENSE"]
urls.homepage = "https://aka.ms/agent-framework"
urls.source = "https://github.com/microsoft/agent-framework/tree/main/python"
@@ -12,7 +12,7 @@ urls.release_notes = "https://github.com/microsoft/agent-framework/releases?q=ta
urls.issues = "https://github.com/microsoft/agent-framework/issues"
classifiers = [
"License :: OSI Approved :: MIT License",
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
@@ -45,7 +45,6 @@ tau2 = [
"tiktoken>=0.11.0",
"loguru>=0.7.3",
"numpy",
"tau2@ git+https://github.com/sierra-research/tau2-bench@5ba9e3e56db57c5e4114bf7f901291f09b2c5619",
]
# Dependencies for math-related training
@@ -72,6 +71,8 @@ dev = [
"rich",
"tomli",
"tomli-w",
# tau2 from source (not available on PyPI)
"tau2@ git+https://github.com/sierra-research/tau2-bench@5ba9e3e56db57c5e4114bf7f901291f09b2c5619",
]
[project.scripts]