* Bumped numpy version.

* Updated CHANGELOG.

* Lowered upper python version to <1.24
This commit is contained in:
Miguel Alonso Jr 2023-10-11 06:56:16 -04:00 коммит произвёл GitHub
Родитель 97386af74e
Коммит f3dc8f6150
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 20 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "com.unity.ml-agents.extensions",
"displayName": "ML Agents Extensions",
"version": "0.6.1-exp.1",
"version": "0.6.1-preview",
"unity": "2022.3",
"description": "A source-only package for new features based on ML-Agents",
"dependencies": {

Просмотреть файл

@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Major Changes
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
#### ml-agents / ml-agents-envs
### Minor Changes
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
#### ml-agents / ml-agents-envs
### Bug Fixes
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)
#### ml-agents / ml-agents-envs
- Bumped numpy version to >=1.21.2,<1.24.0 (#)
## [3.0.0-exp.1] - 2023-10-09
### Major Changes
#### com.unity.ml-agents / com.unity.ml-agents.extensions (C#)

Просмотреть файл

@ -60,7 +60,7 @@ setup(
"pyyaml>=3.1.0",
"gym>=0.21.0",
"pettingzoo==1.15.0",
"numpy==1.21.2",
"numpy>=1.21.2,<1.24.0",
"filelock>=3.4.0",
],
python_requires=">=3.10.1,<=3.10.12",

Просмотреть файл

@ -58,7 +58,7 @@ setup(
"grpcio>=1.11.0,<=1.48.2",
"h5py>=2.9.0",
f"mlagents_envs=={VERSION}",
"numpy>=1.13.3,<2.0",
"numpy>=1.21.2,<1.24.0",
"Pillow>=4.2.1",
"protobuf>=3.6,<3.20",
"pyyaml>=3.1.0",