Skip to content

Commit

Permalink
Updated snorkel versions on badge and conda installation (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Jul 2, 2020
1 parent b492657 commit aabe03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snorkel Tutorials
![Snorkel Version](https://img.shields.io/badge/snorkel-0.9.2-65baf6)
![Snorkel Version](https://img.shields.io/badge/snorkel-0.9.5-65baf6)
![Python Version](https://img.shields.io/badge/python-3.6%20%7C%203.7-blue)
[![build](https://travis-ci.com/snorkel-team/snorkel-tutorials.svg?branch=master)](https://travis-ci.com/snorkel-team/snorkel-tutorials?branch=master)
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Expand Down Expand Up @@ -164,7 +164,7 @@ conda activate spam
pip install environment_kernels
# We specify PyTorch here to ensure compatibility, but it may not be necessary.
conda install pytorch==1.1.0 -c pytorch
conda install snorkel==0.9.0 -c conda-forge
conda install snorkel==0.9.5 -c conda-forge
pip install -r spam/requirements.txt

# Launch the Jupyter notebook interface
Expand Down

0 comments on commit aabe03e

Please sign in to comment.