Skip to content

Commit 233b3f9

Browse files
committed
Replace requirements file with direct pip install
1 parent 114bb31 commit 233b3f9

6 files changed

Lines changed: 6 additions & 10 deletions

panoptica/example_config.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"!pip install -r requirements.txt > /dev/null"
23+
"!pip install panoptica auxiliary rich numpy > /dev/null"
2424
]
2525
},
2626
{

panoptica/example_spine_matched_instance.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"!pip install -r requirements.txt > /dev/null"
23+
"!pip install panoptica auxiliary rich numpy > /dev/null"
2424
]
2525
},
2626
{

panoptica/example_spine_matching_algorithm.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"!pip install -r requirements.txt > /dev/null"
23+
"!pip install panoptica auxiliary rich numpy > /dev/null"
2424
]
2525
},
2626
{

panoptica/example_spine_semantic.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
{
1818
"cell_type": "code",
19-
"execution_count": 1,
19+
"execution_count": 10,
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"!pip install -r requirements.txt > /dev/null"
23+
"!pip install panoptica auxiliary rich numpy > /dev/null"
2424
]
2525
},
2626
{

panoptica/example_spine_unmatched_instance.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"!pip install -r requirements.txt > /dev/null"
23+
"!pip install panoptica auxiliary rich numpy > /dev/null"
2424
]
2525
},
2626
{

panoptica/requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)