test
#22
by
recursionaut - opened
- README.md +0 -9
- pyproject.toml +2 -5
README.md
CHANGED
|
@@ -24,15 +24,6 @@ This model is a [channel-agnostic masked autoencoder](https://openaccess.thecvf.
|
|
| 24 |
- **License:** [Non-Commercial End User License Agreement](https://huggingface.co/recursionpharma/OpenPhenom/blob/main/LICENSE)
|
| 25 |
|
| 26 |
|
| 27 |
-
### Installation
|
| 28 |
-
|
| 29 |
-
Requires Python 3.10.4 or higher. From a clone of the repository:
|
| 30 |
-
|
| 31 |
-
```
|
| 32 |
-
cd /path/to/OpenPhenom
|
| 33 |
-
pip install -e .
|
| 34 |
-
```
|
| 35 |
-
|
| 36 |
### Model Sources
|
| 37 |
|
| 38 |
- **Repository:** [https://github.com/recursionpharma/maes_microscopy](https://github.com/recursionpharma/maes_microscopy)
|
|
|
|
| 24 |
- **License:** [Non-Commercial End User License Agreement](https://huggingface.co/recursionpharma/OpenPhenom/blob/main/LICENSE)
|
| 25 |
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
### Model Sources
|
| 28 |
|
| 29 |
- **Repository:** [https://github.com/recursionpharma/maes_microscopy](https://github.com/recursionpharma/maes_microscopy)
|
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ requires = ["setuptools >= 61.0"]
|
|
| 3 |
build-backend = "setuptools.build_meta"
|
| 4 |
|
| 5 |
[project]
|
| 6 |
-
name = "
|
| 7 |
version = "0.1.0"
|
| 8 |
authors = [
|
| 9 |
{name = "kian-kd", email = "kian.kd@recursionpharma.com"},
|
|
@@ -31,7 +31,4 @@ dependencies = [
|
|
| 31 |
]
|
| 32 |
|
| 33 |
[tool.setuptools]
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
[tool.setuptools.package-dir]
|
| 37 |
-
OpenPhenom = "."
|
|
|
|
| 3 |
build-backend = "setuptools.build_meta"
|
| 4 |
|
| 5 |
[project]
|
| 6 |
+
name = "maes_microscopy_project"
|
| 7 |
version = "0.1.0"
|
| 8 |
authors = [
|
| 9 |
{name = "kian-kd", email = "kian.kd@recursionpharma.com"},
|
|
|
|
| 31 |
]
|
| 32 |
|
| 33 |
[tool.setuptools]
|
| 34 |
+
py-modules = []
|
|
|
|
|
|
|
|
|