Skip to content

Commit 0f141e4

Browse files
committed
requirements tf2
1 parent 17c2902 commit 0f141e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
export PYTHONPATH=./stub:test
4242
mkdir test-reports
4343
python3 -m unittest test/coderbot_test.py 2>&1 | tee test-reports/test_report.txt
44-
#python3 -m unittest test/cnn_test.py 2>&1 | tee test-reports/test_report.txt
44+
python3 -m unittest test/cnn_test.py 2>&1 | tee test-reports/test_report.txt
4545
python3 -m unittest test/camera_test.py 2>&1 | tee test-reports/test_report.txt
4646
echo "test complete"
4747
- store_artifacts:

requirements_stub.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ smbus2==0.2.0
3737
swagger-spec-validator==2.3.1
3838
termcolor==1.1.0
3939
tinydb==3.12.1
40-
tensorflow==2.0.0
40+
tensorflow>=2.0.0
4141
urllib3==1.24.2
4242
Werkzeug==0.15.3
4343
setuptools==42.0.1

0 commit comments

Comments
 (0)