Skip to content

Commit

Permalink
bump reasoner-pydantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Oct 20, 2023
1 parent 2039ea9 commit 82721dd
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 120 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"SPARQLWrapper >=2.0.0,<3.0.0",
# "mlem",
"mlem >=0.4.0",
"reasoner-pydantic >=3.0.1",
"reasoner-pydantic >=4.1.4",
# "fairworkflows",
# "fairworkflows@git+https://github.com/vemonet/fairworkflows.git",
# "yatiml >=0.10.0",
Expand Down Expand Up @@ -80,6 +80,7 @@ test = [
"types-requests",
]
test-prod = [
# Cannot be installed on python 3.8
"reasoner-validator >=3.9.0",
]
doc = [
Expand Down Expand Up @@ -131,8 +132,8 @@ fmt = "pre-commit run --all --all-files"
test-dev = "pytest tests/production {args}"
test-ci = "pytest tests/production --server https://openpredict.ci.transltr.io {args}"
test-prod = "pytest tests/production --server https://openpredict.transltr.io {args}"
compile = "pip-compile --extra dev --extra test --extra train -o requirements.txt pyproject.toml"
compile-test = "pip-compile --extra dev --extra test --extra test-prod -o requirements-tests.txt pyproject.toml"
requirements = "pip-compile --extra dev --extra test --extra train -o requirements.txt pyproject.toml"
requirements-test = "pip-compile --extra dev --extra test --extra test-prod -o requirements-tests.txt pyproject.toml"
fix-permission = "sudo chown -R $(id -u):$(id -g) models data"
# train = "python src/openpredict_model/train.py train-model"

Expand Down
Loading

0 comments on commit 82721dd

Please sign in to comment.