Skip to content

Commit a084f8f

Browse files
author
Chris Elion
authored
[package] Add analytics dependency to package.json. (#4794) (#4797)
1 parent 6d48cf8 commit a084f8f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to
1111
### Bug Fixes
1212
#### com.unity.ml-agents (C#)
1313
- Add analytics package dependency to the package manifest. (#4794)
14+
#### ml-agents / ml-agents-envs / gym-unity (Python)
15+
- Fixed the docker build process. (#4791)
1416

1517
## [1.7.0-preview] - 2020-12-21
1618
### Major Changes

com.unity.ml-agents/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"com.unity.modules.imageconversion": "1.0.0",
1010
"com.unity.modules.jsonserialize": "1.0.0",
1111
"com.unity.modules.physics": "1.0.0",
12-
"com.unity.modules.physics2d": "1.0.0"
12+
"com.unity.modules.physics2d": "1.0.0",
13+
"com.unity.analytics": "1.0.0"
1314
}
1415
}

0 commit comments

Comments
 (0)