Skip to content

Commit

Permalink
Merge pull request #242 from DerwenAI/update_docs
Browse files Browse the repository at this point in the history
adjust dependency versions to avoid conflicts
  • Loading branch information
ceteri authored Mar 15, 2022
2 parents 07e2de8 + dbe1b6b commit 9d786e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

## 0.5.?

2022-03-?
2022-03-??

* ?
* ???


## 0.5.3

2022-03-15

* adjusting dependency versions to avoid conflicts


## 0.5.2
Expand Down
2 changes: 1 addition & 1 deletion kglab/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


MIN_PY_VERSION: typing.Tuple = (3, 7,)
__version__: str = "0.5.2"
__version__: str = "0.5.3"


def _versify (
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gcsfs >= 2022.2
icecream >= 2.1
morph-kgc >= 1.6
networkx >= 2.7
numpy >= 1.22
numpy >= 1.21
owlrl >= 6.0.2
oxrdflib >= 0.2
pandas >= 1.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def parse_requirements_file (
extras_require = {
"base": base_packages,
"docs": docs_packages,
"tut": tut_packages,
"tutorial": tut_packages,
},

author = "Paco Nathan",
Expand Down

0 comments on commit 9d786e3

Please sign in to comment.