-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
88 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
nltk | ||
numpy==1.26.4 | ||
pandas | ||
pronouncing | ||
swifter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,80 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --strip-extras requirements.in | ||
# | ||
click==8.1.7 | ||
# via | ||
# dask | ||
# nltk | ||
cloudpickle==3.0.0 | ||
# via dask | ||
cmudict==1.0.27 | ||
# via pronouncing | ||
dask==2024.7.1 | ||
# via | ||
# dask-expr | ||
# swifter | ||
dask-expr==1.1.9 | ||
# via dask | ||
fsspec==2024.6.1 | ||
# via dask | ||
importlib-metadata==8.2.0 | ||
# via | ||
# cmudict | ||
# dask | ||
importlib-resources==6.4.0 | ||
# via cmudict | ||
joblib==1.4.2 | ||
# via nltk | ||
locket==1.0.0 | ||
# via partd | ||
nltk==3.8.1 | ||
pandas==1.5.3 | ||
# via -r requirements.in | ||
numpy==1.26.4 | ||
# via | ||
# -r requirements.in | ||
# dask | ||
# pandas | ||
# pyarrow | ||
packaging==24.1 | ||
# via dask | ||
pandas==2.2.2 | ||
# via | ||
# -r requirements.in | ||
# dask | ||
# dask-expr | ||
# swifter | ||
partd==1.4.2 | ||
# via dask | ||
pronouncing==0.2.0 | ||
swifter==1.3.5 | ||
# via -r requirements.in | ||
psutil==6.0.0 | ||
# via swifter | ||
pyarrow==17.0.0 | ||
# via dask-expr | ||
python-dateutil==2.9.0.post0 | ||
# via pandas | ||
pytz==2024.1 | ||
# via pandas | ||
pyyaml==6.0.1 | ||
# via dask | ||
regex==2024.7.24 | ||
# via nltk | ||
six==1.16.0 | ||
# via python-dateutil | ||
swifter==1.4.0 | ||
# via -r requirements.in | ||
toolz==0.12.1 | ||
# via | ||
# dask | ||
# partd | ||
tqdm==4.66.5 | ||
# via | ||
# nltk | ||
# swifter | ||
tzdata==2024.1 | ||
# via pandas | ||
zipp==3.19.2 | ||
# via importlib-metadata |