Skip to content

Commit

Permalink
fixing error in pybliometrics import
Browse files Browse the repository at this point in the history
  • Loading branch information
J-A-Ha committed Aug 7, 2024
1 parent 8045be2 commit 4b1a31f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion art/importers/scopus.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pybliometrics # type: ignore

blockPrint()
pybliometrics.scopus.create_config(keys = [api_key])
pybliometrics.scopus.init(keys = [api_key])
enablePrint()

from pybliometrics.scopus import AbstractRetrieval, ScopusSearch # type: ignore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"python-docx>=1.1.0",
"python-igraph>=0.10.6",
"python-Levenshtein>=0.25.0",
"pybliometrics",
"pybliometrics>=4.1",
"pybtex",
"igraph>=0.10.6",
"Levenshtein>=0.25.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PyPDF2>=3.0.1
python-docx>=1.1.0
python-igraph>=0.10.6
python-Levenshtein>=0.25.0
pybliometrics
pybliometrics>=4.1
pybtex
igraph>=0.10.6
Levenshtein>=0.25.0
Expand Down

0 comments on commit 4b1a31f

Please sign in to comment.