Policy2Logic / pyproject.toml
Godreign-Y
Add W&B experiment tracking and structured logging
d5d9d45
raw
history blame contribute delete
495 Bytes
[project]
name = "policy-to-logic-env"
version = "1.0.0"
description = "An OpenEnv RL environment for policy-to-logic reasoning"
requires-python = ">=3.10"
dependencies = [
"pydantic>=2.0",
"fastapi>=0.104.0",
"uvicorn>=0.24.0",
"requests>=2.25.0",
"openai>=1.0.0",
"huggingface>=0.0.1",
"huggingface-hub>=1.12.0",
"matplotlib>=3.7.0",
"numpy>=1.24.0",
"wandb>=0.16.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0",
"httpx>=0.24.0",
]