File size: 592 Bytes
4bd5225
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "solarchain-eval"
version = "0.1.0"
description = "Physics-constrained benchmark for trustworthy economic agents in decentralized energy markets."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
  "gymnasium>=0.29,<1.1",
  "stable-baselines3>=2.3,<3",
  "torch>=2.2",
  "numpy>=1.24",
  "pandas>=1.5",
  "matplotlib>=3.7",
  "openai>=1.0",
  "pydantic>=2.0",
  "pvlib>=0.10",
  "requests>=2.31",
  "tqdm>=4.66",
]

[tool.setuptools.packages.find]
where = ["src"]