-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* build: update requirements.txt - split requirements into two files, one for main django app, other for supplementary scripts * build: update requirements.txt * fix: remove init files * build: further simplify requirements * test(literature_review): update tests and code * build: remove duplicated psycopg2 * test: update test to match new screening pipeline
- Loading branch information
1 parent
3f7d911
commit 10f6a28
Showing
11 changed files
with
80 additions
and
77 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 was deleted.
Oops, something went wrong.
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,34 +1,21 @@ | ||
# main app | ||
Django~=4.1.5 | ||
wikipedia~=1.4.0 | ||
fuzzywuzzy~=0.18.0 | ||
requests~=2.25.1 | ||
torch>=1.13.1 | ||
transformers==4.14.1 | ||
rdflib~=6.1.1 | ||
faiss-cpu~=1.7.2 | ||
numpy~=1.22.3 | ||
pandas==1.4.2 | ||
xmltodict~=0.13.0 | ||
psycopg2~=2.9.3 | ||
psycopg2-binary~=2.9.3 | ||
bibtexparser~=1.3.0 | ||
biopython~=1.80 | ||
djangorestframework~=3.13.1 | ||
django-environ~=0.10.0 | ||
crispy-bulma~=0.9.0 | ||
bibtexparser==1.4.1 | ||
biopython==1.81 | ||
crispy-bulma==0.10.0 | ||
django-crispy-forms~=2.0 | ||
|
||
# scripts | ||
pycld3~=0.22 | ||
tqdm~=4.64.0 | ||
beautifulsoup4~=4.11.1 | ||
elasticsearch~=7.15.1 | ||
keybert==0.5.1 | ||
cso-classifier==3.0 | ||
scholarly~=1.7.2 | ||
django-environ==0.11.2 | ||
django-filter==23.3 | ||
Django==4.2.6 | ||
djangorestframework==3.14.0 | ||
fasttext~=0.9.2 | ||
joblib~=1.1.0 | ||
openai~=0.24.0 | ||
rispy~=0.7.1 | ||
scikit-learn~=1.1.0 | ||
fuzzywuzzy==0.18.0 | ||
grobid_tei_xml==0.1.3 | ||
markdown==3.5 | ||
numpy==1.26.1 | ||
pandas==2.1.1 | ||
psycopg2-binary~=2.9.3 | ||
rispy==0.8.1 | ||
rdflib==7.0.0 | ||
requests==2.31.0 | ||
scholarly~=1.7.2 | ||
wikipedia~=1.4.0 | ||
xmltodict~=0.13.0 |
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,14 @@ | ||
# scripts | ||
pycld3~=0.22 | ||
tqdm~=4.64.0 | ||
beautifulsoup4~=4.11.1 | ||
elasticsearch~=7.15.1 | ||
keybert==0.5.1 | ||
cso-classifier==3.0 | ||
scholarly~=1.7.2 | ||
fasttext~=0.9.2 | ||
joblib~=1.1.0 | ||
openai~=0.24.0 | ||
rispy~=0.7.1 | ||
scikit-learn~=1.1.0 | ||
transformers==4.34.1 |
Empty file.
Empty file.
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
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 was deleted.
Oops, something went wrong.