Skip to content

Commit

Permalink
Minor fix for experiments requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sppalkia committed Aug 13, 2019
1 parent 8c7e363 commit 6bad233
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Cargo.lock
composer.h
__pycache__
*.pyc
.DS_Store

# Ignore built libraries.
*.dylib
Expand Down
1 change: 1 addition & 0 deletions python/benchmarks/get-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ rm ml-1m.zip
cd $TOP
cd birth_analysis
gunzip -k babynames.txt.gz
rm -rf _data
mkdir -p _data
mv babynames.txt _data
./replicate-csv -i _data/babynames.txt -o _data/babynames-xlarge.txt -r 80
1 change: 0 additions & 1 deletion python/benchmarks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ certifi==2019.3.9
chardet==3.0.4
cloudpickle==0.8.1
cymem==2.0.2
en-core-web-sm==2.1.0
idna==2.8
joblib==0.13.2
jsonschema==2.6.0
Expand Down

0 comments on commit 6bad233

Please sign in to comment.