Skip to content

Commit

Permalink
Merge pull request #55 from Mach30/update-linkml-to-support-polymorphism
Browse files Browse the repository at this point in the history
Update linkml to support polymorphism
  • Loading branch information
capsulecorplab authored Jan 29, 2024
2 parents a5e0099 + eb125aa commit 666ce80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repo provides a workspace for Mach 30 volunteers to work on [Mach 30 Modeli
- oclif v3.10.0
- [cli-njk](https://github.com/elcharitas/cli-njk) v1.0.0
- Utilities
- git v2.40.1 with @capsulecorplab .gitconfig
- git v2.43.0 with @capsulecorplab .gitconfig
- [gradle v8.1.1](https://docs.gradle.org/8.1.1/release-notes.html)
- [Keychain](https://www.funtoo.org/Keychain) v2.8.5
- Vim (pre-installed) with @capsulecorplab [vimrc](https://gist.github.com/capsulecorplab/495058e7a57ed8adaed3c40c80d09739#file-vimrc)
Expand All @@ -24,7 +24,7 @@ This repo provides a workspace for Mach 30 volunteers to work on [Mach 30 Modeli
- Juptyer Notebook
- Voila
- Pint
- LinkML v1.5.6
- LinkML v1.6.0
- Poetry (latest)
- Artifact Generators
- [Pandoc](https://pandoc.org/) v2.17.0.1
Expand Down
6 changes: 3 additions & 3 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
yarn_version: "3.5.0"
yo_version: "4.3.1"
generator_code_version: "1.7.5"
oclif_version: "3.10.0"
oclif_version: "4.3.6"
typescript_version: "5.1.3"
npm_cli_login_version: "1.0.0"
cli_njk_version: "1.0.0"
Expand Down Expand Up @@ -177,7 +177,7 @@
tags: install_utilities

vars:
git_version: "2.42.0"
git_version: "2.43.0"
git_version_to_install: "1:{{ git_version }}-0ppa1~ubuntu20.04.1"
keychain_version: "2.8.5"
keychain_version_to_install: "{{ keychain_version }}-1"
Expand Down Expand Up @@ -273,7 +273,7 @@
- voila
- pint
- jinja2==3.1.2
- linkml==1.5.6
- linkml==1.6.0
- black[jupyter]
- yamllint==1.31.0
- name: install & configure poetry
Expand Down

0 comments on commit 666ce80

Please sign in to comment.