Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
Update numpy dependency version support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris La committed Mar 3, 2022
1 parent f7bbd18 commit 147dfac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>ude</name>
<author>Amazon Web Services</author>
<version>0.1.1</version>
<version>0.1.2</version>
<description>UDE: A reinforcement learning environment virtualization framework.</description>
<maintainer email="[email protected]">AWS DeepRacer</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def read_version():
# Declare minimal set for installation
required_packages = [
"setuptools",
"numpy>=1.20.0",
"numpy>=1.19.5",
"pyarrow==3.0.0",
"grpcio>=1.35.0",
"mypy-protobuf>=2.2",
Expand Down

0 comments on commit 147dfac

Please sign in to comment.