Skip to content

Commit f2435c8

Browse files
Lowered upper python version to <1.24
1 parent 004ba8c commit f2435c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

com.unity.ml-agents/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to
77
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9-
## [Unrelease]
9+
## [Unreleased]
1010
### Major Changes
1111
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
1212

@@ -21,7 +21,7 @@ and this project adheres to
2121
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
2222

2323
#### ml-agents / ml-agents-envs
24-
- Bumped numpy version to >=1.21.2,<2.0 (#)
24+
- Bumped numpy version to >=1.21.2,<1.24.0 (#)
2525

2626
## [3.0.0-exp.1] - 2023-10-09
2727
### Major Changes

ml-agents-envs/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run(self):
6060
"pyyaml>=3.1.0",
6161
"gym>=0.21.0",
6262
"pettingzoo==1.15.0",
63-
"numpy>=1.21.2,<2.0",
63+
"numpy>=1.21.2,<1.24.0",
6464
"filelock>=3.4.0",
6565
],
6666
python_requires=">=3.10.1,<=3.10.12",

ml-agents/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run(self):
5858
"grpcio>=1.11.0,<=1.48.2",
5959
"h5py>=2.9.0",
6060
f"mlagents_envs=={VERSION}",
61-
"numpy>=1.21.2,<2.0",
61+
"numpy>=1.21.2,<1.24.0",
6262
"Pillow>=4.2.1",
6363
"protobuf>=3.6,<3.20",
6464
"pyyaml>=3.1.0",

0 commit comments

Comments
 (0)