File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
com.unity.ml-agents.extensions Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.ml-agents.extensions" ,
3
3
"displayName" : " ML Agents Extensions" ,
4
- "version" : " 0.6.1-exp.1 " ,
4
+ "version" : " 0.6.1-preview " ,
5
5
"unity" : " 2022.3" ,
6
6
"description" : " A source-only package for new features based on ML-Agents" ,
7
7
"dependencies" : {
Original file line number Diff line number Diff line change @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to
7
7
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
9
+ ## [ Unreleased]
10
+ ### Major Changes
11
+ #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
12
+
13
+ #### ml-agents / ml-agents-envs
14
+
15
+ ### Minor Changes
16
+ #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
17
+
18
+ #### ml-agents / ml-agents-envs
19
+
20
+ ### Bug Fixes
21
+ #### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
22
+
23
+ #### ml-agents / ml-agents-envs
24
+ - Bumped numpy version to >=1.21.2,<1.24.0 (#)
25
+
9
26
## [ 3.0.0-exp.1] - 2023-10-09
10
27
### Major Changes
11
28
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def run(self):
60
60
"pyyaml>=3.1.0" ,
61
61
"gym>=0.21.0" ,
62
62
"pettingzoo==1.15.0" ,
63
- "numpy== 1.21.2" ,
63
+ "numpy>= 1.21.2,<1.24.0 " ,
64
64
"filelock>=3.4.0" ,
65
65
],
66
66
python_requires = ">=3.10.1,<=3.10.12" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def run(self):
58
58
"grpcio>=1.11.0,<=1.48.2" ,
59
59
"h5py>=2.9.0" ,
60
60
f"mlagents_envs=={ VERSION } " ,
61
- "numpy>=1.13.3,<2 .0" ,
61
+ "numpy>=1.21.2,<1.24 .0" ,
62
62
"Pillow>=4.2.1" ,
63
63
"protobuf>=3.6,<3.20" ,
64
64
"pyyaml>=3.1.0" ,
You can’t perform that action at this time.
0 commit comments