summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthewsot@outlook.com>2021-06-29 20:54:33 -0700
committerMatthew Sotoudeh <matthewsot@outlook.com>2021-06-29 20:54:33 -0700
commit0cc39c9c05dfde3e5912988273318e808acb2253 (patch)
tree7e1257fd3a05089fdf80fd67e8ec75eed955e711
parent76f7d9e6af6f4aa17e5a3f898cca379bf148cde3 (diff)
Update README, dependency
The README referred to an old Bazel version, and now fixed a buggy dependency (found by Github).
-rw-r--r--README.md2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9b3ac9a..c654e52 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ will need the following prerequisites:
reproducible version of Python 3.7.4, which will be used by this project. It
must be built with the relevant OpenSSL libraries installed.
2. Install [Bazel](https://bazel.build) (we have tested on a variety of
- versions, including 3.4.1).
+ versions, including 4.0.0).
3. Install [Gurobi](https://www.gurobi.com) (we tested 9.0.1 and 9.0.2)
5. If you want to patch the ImageNet model, see `ImageNet` below.
6. In another session, clone [SyReNN](https://github.com/95616ARG/SyReNN) and
diff --git a/requirements.txt b/requirements.txt
index 9a0bffa..f5a386b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@ scipy==1.5.2
# END
numpy==1.17.2
imageio==2.5.0
-Pillow==7.1.0
+Pillow==8.2.0
# For building the package.
setuptools==41.2.0
wheel==0.33.6
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback