Skip to content

Commit

Permalink
Merge 131c730 into 0f0a766
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Dec 8, 2021
2 parents 0f0a766 + 131c730 commit 530ffbd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 4 additions & 1 deletion docs/rtd-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
m2r
mock==3.0.5
Sphinx==2.3.1
Sphinx==2.3.1
# mistune 2 and m2r 0.2.1 seem to not play well
# https://github.com/miyakogi/m2r/issues/66
mistune<2.0.0
5 changes: 2 additions & 3 deletions redis_consumer/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
from __future__ import division
from __future__ import print_function

import time
import timeit

import os
import logging
import random
import socket
import time
import timeit
import urllib3

import boto3
Expand Down
1 change: 0 additions & 1 deletion redis_consumer/storage_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import pytest

from redis_consumer import storage
from redis_consumer import utils


def throw_critical_error(*_, **__):
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# deepcell packages
deepcell-cpu~=0.10.0
deepcell-cpu~=0.11.0
deepcell-toolbox~=0.10.2
deepcell-tracking~=0.4.5
deepcell-tracking~=0.5.2
tensorflow-cpu
scikit-image>=0.14.5,<0.17.0
numpy>=1.16.6
Expand Down

0 comments on commit 530ffbd

Please sign in to comment.