Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Avoid linkml-runtime-1.6.1 (#43)
Browse files Browse the repository at this point in the history
* Avoid linkml-runtime-1.6.1

* Fix also linkml

* Typo fix

* third time lucky

* Versions are hard

* No, the previous one was correct, I was just impatient.
  • Loading branch information
PeterKraus authored Nov 7, 2023
1 parent d3a588c commit 4d1d79f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
myst-parser~=2.0
sphinx~=7.2
sphinx-rtd-theme~=1.3
sphinxcontrib-mermaid~=0.9
myst-parser ~= 2.0
sphinx ~= 7.2
sphinx-rtd-theme ~= 1.3
sphinxcontrib-mermaid ~= 0.9
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
linkml>=1.5.2<2.0
pre-commit~=2.20
linkml >= 1.5.2, < 1.6.2
linkml-runtime != 1.6.1
pre-commit ~= 2.20

0 comments on commit 4d1d79f

Please sign in to comment.