-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update translator-testing-model to 0.3.1 and graph-validation-tests t…
…o 0.0.9
- Loading branch information
1 parent
353348d
commit 875fb7c
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
ARS_Test_Runner==0.1.7 | ||
# benchmarks-runner==0.1.3 | ||
# ui-test-runner==0.0.2 | ||
# graph-validation-tests==0.0.10 | ||
-e 'git+https://github.com/TranslatorSRI/graph-validation-tests.git@main#egg=graph-validation-tests' | ||
graph-validation-tests==0.0.9 | ||
#-e 'git+https://github.com/TranslatorSRI/graph-validation-tests.git@main#egg=graph-validation-tests' | ||
|
||
# the standard 'jq' pypi distribution doesn't directly support Windoze, | ||
# causing a pip build error, but there is a potential source (with author-given | ||
# caveats, see https://github.com/mwilliamson/jq.py/issues/20#issuecomment-1411157736) | ||
# of built Windoze wheels, at https://jeffreyknockel.com/jq/. Here we use one of them: | ||
# of built Windoze wheels, at https://jeffreyknockel.com/jq/. | ||
# Here is a Python 3.12 build supporting jq 1.6.0 | ||
# (unfortunately for us, use of Python 3.12 in this project is | ||
# currently problematic for PyCharms debugging as of April 25, 2024) | ||
./dist/jq-1.6.0-cp312-cp312-win_amd64.whl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ARS_Test_Runner==0.1.7 | ||
# benchmarks-runner==0.1.3 | ||
# ui-test-runner==0.0.2 | ||
# graph-validation-tests==0.0.10 | ||
-e 'git+https://github.com/TranslatorSRI/graph-validation-tests.git@main#egg=graph-validation-tests' | ||
graph-validation-tests==0.0.9 | ||
#-e 'git+https://github.com/TranslatorSRI/graph-validation-tests.git@main#egg=graph-validation-tests' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters