Skip to content

Commit ce73d61

Browse files
committed
requirements tf2
1 parent 11be0d9 commit ce73d61

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- checkout
1616

1717
# Download and cache dependencies
18-
#- restore_cache:
19-
# keys:
20-
# - v1-dependencies-{{ checksum "requirements_stub.txt" }}
21-
# # fallback to using the latest cache if no exact match is found
22-
# - v1-dependencies-
18+
- restore_cache:
19+
keys:
20+
- v1-dependencies-{{ checksum "requirements_stub.txt" }}
21+
# fallback to using the latest cache if no exact match is found
22+
- v1-dependencies-
2323

2424
- run:
2525
name: install dependencies

requirements_stub.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ swagger-spec-validator==2.3.1
3838
termcolor==1.1.0
3939
tinydb==3.12.1
4040
tensorflow>=2.0.0
41+
tensorflow_hub>=0.7.0
4142
urllib3==1.24.2
4243
Werkzeug==0.15.3
4344
setuptools==42.0.1

0 commit comments

Comments
 (0)