Skip to content

Commit

Permalink
Tensorflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgbckr committed Jan 4, 2025
1 parent b57336e commit 34e5685
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 3 deletions.
27 changes: 27 additions & 0 deletions requirements-deepcell-mac-arm64_tf210-metal.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cellpose==3.0.8

# Things we need dependencies for
# smart_open[gcs]

# DeepCell requirements
deepcell-toolbox>=0.12.1
deepcell-tracking~=0.6.5
# scikit-learn>=0.20.4
# tensorflow_addons~=0.16.1
# spektral~=1.0.4
jupyterlab

# added for basic SPACEc functionality
leidenalg
louvain
matplotlib
# Protobuf version override needed because
# the older packages have older compiled protobufs…
protobuf<3.20
pydot==1.4.2
scikit-image>=0.19.3
scipy>=1.2.3,<2
spektral

tensorflow-macos==2.10.0
tensorflow-metal==0.6.0
1 change: 0 additions & 1 deletion requirements-deepcell-mac-arm64_tf210.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ scipy>=1.2.3,<2
spektral

tensorflow-macos==2.10.0
tensorflow-metal==0.6.0
27 changes: 27 additions & 0 deletions requirements-deepcell-mac-arm64_tf213.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cellpose==3.0.8

# Things we need dependencies for
# smart_open[gcs]

# DeepCell requirements
deepcell-toolbox>=0.12.1
deepcell-tracking~=0.6.5
# scikit-learn>=0.20.4
# tensorflow_addons~=0.16.1
# spektral~=1.0.4
jupyterlab

# added for basic SPACEc functionality
leidenalg
louvain
matplotlib
# Protobuf version override needed because
# the older packages have older compiled protobufs…
# protobuf<3.20
pydot==1.4.2
scikit-image>=0.19.3
scipy>=1.2.3,<2
spektral

tensorflow-macos==2.13.0
# tensorflow
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_0_qptiff_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
TEST_DIR = pathlib.Path(__file__).parent


def test_cell_segmentation():
def test_qptiff_converter():
import matplotlib

matplotlib.use("Agg")
Expand Down
4 changes: 3 additions & 1 deletion tests/test_6_patch_proximity_analysis.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import pathlib
from tempfile import TemporaryDirectory

import pytest

TEST_DIR = pathlib.Path(__file__).parent


@pytest.mark.slow
def test_6_patch_proximity_analysis():
# Set up environment
import matplotlib
Expand Down

0 comments on commit 34e5685

Please sign in to comment.