Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Halvani committed Mar 23, 2023
1 parent be332e4 commit 04fd55a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"benepar==0.2.0",
"benepar",
"contractions",
"fasttext",
"nltk",
"pytest",
"streamlit",
"svgling",
"ipython",
"torch==1.9.0",
"tokenizers==0.9.4",
"torch",
"tokenizers",
"huspacy",
"nltk==3.7",
"pdfkit==1.0.0",
"spacy==3.4.1",
"Wand==0.6.10",
"tokenizers==0.9.4",
"transformers[torch]==4.2.2",
"nltk",
"pdfkit",
"spacy",
"Wand",
"tokenizers",
"transformers[torch]",
"protobuf==3.20.3"
]
keywords = [
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
benepar==0.2.0
benepar
contractions
fasttext
huspacy
Expand All @@ -7,10 +7,10 @@ pdfkit
pytest
spacy
streamlit
torch==1.9.0
torch
Wand
tokenizers==0.9.4
transformers[torch]==4.2.2
tokenizers
transformers
protobuf==3.20.3
svgling
ipython

0 comments on commit 04fd55a

Please sign in to comment.