Skip to content

Commit c7b4235

Browse files
author
DvirDukhan
authored
Merge pull request #27 from RedisAI/ck-fixdeps
dependencies only
2 parents fc69589 + 250625c commit c7b4235

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
- python/load-cache
1212
- python/install-deps
1313
- python/save-cache
14-
- run:
15-
command: ./manage.py test
16-
name: Test
1714

1815
workflows:
1916
main:

requirements.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ kiwisolver==1.1.0
77
matplotlib==3.1.1
88
ml2rt==0.2.0
99
networkx==2.4
10-
numpy==1.17.3
1110
Pillow==6.2.0
1211
pyparsing==2.4.2
1312
python-dateutil==2.8.0
1413
PyWavelets==1.1.1
15-
redis==3.3.11
16-
redisai==1.0.1
17-
rmtest==0.7.0
18-
scikit-image==0.16.1
19-
scipy==1.3.1
14+
redisai==1.2.0
2015
six==1.12.0

0 commit comments

Comments
 (0)