Skip to content

Commit

Permalink
Update translator-testing-model to 0.3.1 and graph-validation-tests t…
Browse files Browse the repository at this point in the history
…o 0.0.9
  • Loading branch information
RichardBruskiewich committed Apr 26, 2024
1 parent 353348d commit 875fb7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions requirements-runners-win64.txt
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
4 changes: 2 additions & 2 deletions requirements-runners.txt
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'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ httpx==0.27.0
pydantic>=2
# reasoner_pydantic==5.0.2
tqdm==4.66.2
# translator-testing-model==0.2.6
-e 'git+https://github.com/TranslatorSRI/TranslatorTestingModel.git@main#egg=translator-testing-model'
translator-testing-model==0.3.1
# -e 'git+https://github.com/TranslatorSRI/TranslatorTestingModel.git@main#egg=translator-testing-model'

0 comments on commit 875fb7c

Please sign in to comment.