Skip to content

Commit 7515502

Browse files
committed
Loosen dependency version requirements for Google Colab
Google Colab has numpy=1.23 and pandas=1.5.3
1 parent d0af1ce commit 7515502

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sustaingym"
7-
version = "0.1.2"
7+
version = "0.1.2a"
88
authors = [
99
{ name="Christopher Yeh", email="cyeh@caltech.edu" },
1010
]
@@ -19,7 +19,7 @@ classifiers = [
1919
dependencies = [
2020
"pettingzoo==1.22.*",
2121
"gymnasium==0.26.*",
22-
"numpy>=1.24"
22+
"numpy>=1.23"
2323
]
2424

2525
[project.optional-dependencies]
@@ -35,7 +35,7 @@ evcharging = [
3535
cogen = [
3636
"openpyxl>=3.1",
3737
"onnxruntime>=1.15, <2", # semver
38-
"pandas>=2, <3", # semver
38+
"pandas>=1.1, <3", # semver
3939
"xlrd>=2",
4040

4141
# remove if RLLib ParallelPettingZooEnv wrapper supports

0 commit comments

Comments
 (0)