Skip to content

Commit

Permalink
Merge pull request #2 from dstl/dependabot/pip/numpy-1.22.0
Browse files Browse the repository at this point in the history
Bump numpy from 1.20.0 to 1.22.0
  • Loading branch information
jcollyer-dstl committed Aug 8, 2022
2 parents defe237 + 33360dc commit 32e2bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ As the YAWNING TITAN project progresses, updates will be posted on this site.
### Pre-Requisites

In order to get YAWNING TITAN installed, you will need to have the following installed:
- `python3.7+`
- `python3.8+`
- `python3-pip`
- `virtualenv`

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
maintainer_email="oss@dstl.gov.uk",
url="https://github.com/dstl/YAWNING-TITAN",
description="An abstract, flexible and configurable cyber security simulation",
python_requires=">=3.7",
python_requires=">=3.8",
version="0.1.0",
license="MIT",
install_requires=[
"gym",
"imageio == 2.9.0",
"matplotlib == 3.3.4",
"networkx == 2.5.1",
"numpy == 1.20.0",
"numpy == 1.22.0",
"ray[rllib]",
"scipy == 1.5.4",
"stable_baselines3",
Expand Down

0 comments on commit 32e2bb4

Please sign in to comment.