-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated tensorflow dependency for macos (#4)
* build: updated tensorflow dep for macos * build: bumped version 0.1.1 -> 0.1.2
- Loading branch information
Showing
5 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Theia (v0.1.1) | ||
# Theia (v0.1.2) | ||
|
||
Bleed-Through Correction in Fluorescent Microscopy Images | ||
|
||
## Installation | ||
|
||
### Linux | ||
|
||
- From PyPI: `pip install "theia-py==0.1.1"` | ||
- Using poetry: `poetry add [email protected].1` | ||
- From PyPI: `pip install "theia-py==0.1.2"` | ||
- Using poetry: `poetry add [email protected].2` | ||
|
||
### MacOS (Apple Silicon) | ||
|
||
|
@@ -26,7 +26,7 @@ Bleed-Through Correction in Fluorescent Microscopy Images | |
6. Install tensorflow dependencies: | ||
- `conda install -c apple tensorflow-deps` | ||
7. Install using poetry: | ||
- `poetry add [email protected].1` | ||
- `poetry add [email protected].2` | ||
|
||
### Windows | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.1 | ||
0.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "theia-py" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
description = "Theia: Bleed-Through Correction in Fluorescent Microscopy Images" | ||
authors = [ | ||
"Najib Ishaq <[email protected]>", | ||
|
@@ -14,12 +14,7 @@ python = ">=3.9,<3.12,!=3.9.7" | |
numpy = "^1.23.2" | ||
scikit-learn = "^1.2.2" | ||
scipy = "^1.9.0" | ||
tensorflow-macos = {version = "^2.12.0", platform = "darwin"} | ||
tensorflow-metal = {version = "^1.0.1", platform = "darwin"} | ||
tensorflow = [ | ||
{version = "^2.12.0", platform = "linux"}, | ||
{version = "^2.12.0", platform = "win32"}, | ||
] | ||
tensorflow = "^2.13.0" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
bump2version = "^1.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters