We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0af1ce commit 7515502Copy full SHA for 7515502
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sustaingym"
7
-version = "0.1.2"
+version = "0.1.2a"
8
authors = [
9
{ name="Christopher Yeh", email="cyeh@caltech.edu" },
10
]
@@ -19,7 +19,7 @@ classifiers = [
19
dependencies = [
20
"pettingzoo==1.22.*",
21
"gymnasium==0.26.*",
22
- "numpy>=1.24"
+ "numpy>=1.23"
23
24
25
[project.optional-dependencies]
@@ -35,7 +35,7 @@ evcharging = [
35
cogen = [
36
"openpyxl>=3.1",
37
"onnxruntime>=1.15, <2", # semver
38
- "pandas>=2, <3", # semver
+ "pandas>=1.1, <3", # semver
39
"xlrd>=2",
40
41
# remove if RLLib ParallelPettingZooEnv wrapper supports
0 commit comments