Skip to content

Commit 268ff8f

Browse files
committed
Repacking
1 parent 1e79cf5 commit 268ff8f

File tree

5 files changed

+2415
-1265
lines changed

5 files changed

+2415
-1265
lines changed

.github/workflows/test-poetry-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Testing
55
on:
66
pull_request:
77
branches: [main]
8-
# push:
9-
# branches: [main]
8+
push:
9+
branches: [main]
1010

1111
jobs:
1212
test:

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file.
55

66
### Task
77
- RIS Parser
8-
- pip install from source:
9-
- ModuleNotFoundError: No module named 'pydantic_settings'
10-
- ModuleNotFoundError: No module named 'langchain'
11-
- ModuleNotFoundError: No module named 'langchain_openai'
12-
- ModuleNotFoundError: No module named 'PyPDF2'
13-
- ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. triplea 0.0.5 requires pydantic<2.0.0,>=1.10.4, but you have pydantic 2.6.1 which is incompatible.
148
- Expose `get_article_by_arxiv_id` to cli
159
- Article.Published must be fixed in pubmed and is string in Arxiv
1610
- Data Extraction from Unstructured PDFs
@@ -40,6 +34,7 @@ All notable changes to this project will be documented in this file.
4034

4135

4236
### Bug Fixes
37+
- Repackaing pyproject.toml
4338
- Fix parsing_details_pubmed.py", line 214 : `abstract_all = abstract_all + " " + abstract_part["#text"]`
4439
- Fix `triplea/config/settings.py`, line 27 - FileNotFoundError: [Errno 2] No such file or directory: 'pyproject.toml'
4540
- Fix `print_error()`

0 commit comments

Comments
 (0)