Skip to content

Commit eae7407

Browse files
committed
dependencies only
1 parent fc69589 commit eae7407

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ pyparsing==2.4.2
1313
python-dateutil==2.8.0
1414
PyWavelets==1.1.1
1515
redis==3.3.11
16-
redisai==1.0.1
17-
rmtest==0.7.0
18-
scikit-image==0.16.1
16+
redisai==1.0.2
17+
scikit-image==0.16.2
1918
scipy==1.3.1
2019
six==1.12.0

0 commit comments

Comments
 (0)