Skip to content

Commit 019afc5

Browse files
ulya-tkchjwmueller
andauthored
Add missing requirements.txt (#47)
Co-authored-by: Jonas Mueller <[email protected]>
1 parent 3e779ff commit 019afc5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: active_learning_single_annotator/active_learning_single_annotator.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"source": [
4242
"## Import dependencies and data\n",
4343
"\n",
44-
"Here we use images from the [Caltech-256](https://data.caltech.edu/records/nyy15-4j048) [1] classification dataset. Any image dataset in the same format can be substituted instead and the same code should work."
44+
"Here we use images from the [Caltech-256](https://data.caltech.edu/records/nyy15-4j048) [1] classification dataset. Any image dataset in the same format can be substituted instead and the same code should work. Please install the dependencies specified in this [requirements.txt](https://github.com/cleanlab/examples/blob/master/active_learning_single_annotator/requirements.txt) file before running this notebook."
4545
]
4646
},
4747
{

Diff for: active_learning_single_annotator/requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# This notebook requires cleanlab versions >= 2.3.0: pip install "cleanlab>=2.3.0"
1+
# This notebook requires cleanlab versions >= 2.3.1: pip install "cleanlab>=2.3.1"
22
matplotlib==3.5.1
33
numpy==1.22.0
44
pandas==1.4.1
55
scikit_learn==1.0.2
6-
autogluon==0.7.0
6+
autogluon==0.7.0
7+
gluoncv==0.10.5.post0

0 commit comments

Comments
 (0)