Skip to content

Commit

Permalink
Bump case-prov to 0.11.0
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jan 10, 2024
1 parent 9b44ce8 commit 06b840b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
case-prov >= 0.10.0, < 0.11.0
case-prov >= 0.11.0, < 0.12.0
mypy
4 changes: 2 additions & 2 deletions src/dataset.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ generated-ground-truth-prov.ttl: \

generated-prov.dot: \
generated-prov.ttl
export CASE_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
export CDO_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
&& source $(top_srcdir)/venv/bin/activate \
&& case_prov_dot \
--dash-unqualified \
Expand All @@ -136,7 +136,7 @@ generated-prov.ttl: \
$(top_srcdir)/catalog/shared.ttl \
base_rdfs_expansion.ttl
rm -f _$@ __$@
export CASE_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
export CDO_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
&& source $(top_srcdir)/venv/bin/activate \
&& case_prov_rdf \
--allow-empty-results \
Expand Down

0 comments on commit 06b840b

Please sign in to comment.