Skip to content

Commit 323efe0

Browse files
authored
Merge pull request #154 from trigaten/Graph-Regeneration
Graph regeneration
2 parents 9da06ef + 5889920 commit 323efe0

File tree

7 files changed

+2007
-1513
lines changed

7 files changed

+2007
-1513
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ repos:
22
- repo: https://github.com/psf/black
33
rev: 23.10.1
44
hooks:
5-
- id: black
5+
- id: black
6+
exclude: src/prompt_systematic_review/experiments/find_internal_reference_count.py

data/cleaned_complete_paper_references.json

Lines changed: 1447 additions & 884 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ load_dotenv
1818
tomotopy
1919
wordcloud
2020
pytest-dotenv
21+
python-dotenv
22+
networkx
2123
scipy
2224
networkx
2325
tomotopy
@@ -33,5 +35,6 @@ anytree==2.12.1
3335
urllib3<2
3436
acl-anthology-py
3537
seaborn
38+
requests
3639
tenacity
3740
-e .

0 commit comments

Comments
 (0)