From c270857e45edb9597c0e2f39aabfd8d3705b2823 Mon Sep 17 00:00:00 2001 From: Ric Evans <19216225+ric-evans@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:17:15 -0500 Subject: [PATCH] Pin MQ Dependencies (#215) Co-authored-by: wipacdevbot --- .github/workflows/tests.yml | 4 ++-- dependencies-from-Dockerfile.log | 4 ++-- dependencies-from-Dockerfile_no_cvmfs.log | 6 +++--- dependencies-from-Dockerfile_pulsar.log | 4 ++-- setup.cfg | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13ed7daad..acb873923 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -362,8 +362,8 @@ jobs: - name: test output against known result (.npz/.json) run: | if [[ ${{ matrix.reco_algo }} == 'millipede_wilks' ]]; then - if [[ $(date +"%s") -gt 1694322000 ]]; then - echo "Date and time (GMT): Sunday, September 10, 2023 0:00:00" + if [[ $(date +"%s") -gt 1695235370 ]]; then + echo "Date and time (GMT): Wednesday, September 20, 2023 18:42:50" echo "tests should pass nowish, ping Tianlu about the ftp-v1 timing spline table fix" exit 1 else diff --git a/dependencies-from-Dockerfile.log b/dependencies-from-Dockerfile.log index 2edd547dc..3d6d108a1 100644 --- a/dependencies-from-Dockerfile.log +++ b/dependencies-from-Dockerfile.log @@ -110,13 +110,13 @@ six==1.16.0 snowballstemmer==2.2.0 sortedcontainers==2.1.0 soupsieve==2.3.1 -Sphinx==7.2.1 +Sphinx==7.2.5 sphinxcontrib-applehelp==1.0.7 sphinxcontrib-devhelp==1.0.5 sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 -sphinxcontrib-serializinghtml==1.1.8 +sphinxcontrib-serializinghtml==1.1.9 sympy==1.9 tables==3.7.0 toml==0.10.2 diff --git a/dependencies-from-Dockerfile_no_cvmfs.log b/dependencies-from-Dockerfile_no_cvmfs.log index 262eb663d..2edd547dc 100644 --- a/dependencies-from-Dockerfile_no_cvmfs.log +++ b/dependencies-from-Dockerfile_no_cvmfs.log @@ -125,12 +125,12 @@ traitlets==5.1.1 typing_extensions==4.7.1 ufoLib2==0.13.1 unicodedata2==14.0.0 -UNKNOWN==3.14.0 -urllib3==1.26.5 +UNKNOWN @ file:///root/nuflux-2.0.4 +urllib3==2.0.4 urwid==2.1.2 wcwidth==0.2.5 webencodings==0.5.1 wipac-dev-tools==1.6.16 -wipac-rest-tools==1.5.2 +wipac-rest-tools==1.5.3 xlwt==1.3.0 zipp==1.0.0 diff --git a/dependencies-from-Dockerfile_pulsar.log b/dependencies-from-Dockerfile_pulsar.log index aa6ba7535..570f0f526 100644 --- a/dependencies-from-Dockerfile_pulsar.log +++ b/dependencies-from-Dockerfile_pulsar.log @@ -110,13 +110,13 @@ six==1.16.0 snowballstemmer==2.2.0 sortedcontainers==2.1.0 soupsieve==2.3.1 -Sphinx==7.2.1 +Sphinx==7.2.5 sphinxcontrib-applehelp==1.0.7 sphinxcontrib-devhelp==1.0.5 sphinxcontrib-htmlhelp==2.0.4 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.6 -sphinxcontrib-serializinghtml==1.1.8 +sphinxcontrib-serializinghtml==1.1.9 sympy==1.9 tables==3.7.0 toml==0.10.2 diff --git a/setup.cfg b/setup.cfg index 18fc5ca9f..bc598eb28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,12 +18,12 @@ branch = main [options] # generated by wipac:cicd_setup_builder: python_requires, packages install_requires = - ewms-pilot # the extras here are the same as 'oms-mqclient', so just define one place + ewms-pilot==0.12.0 # the extras here are the same as 'oms-mqclient', so just define one place healpy icecube-skyreader iminuit numpy - oms-mqclient + oms-mqclient==2.4.4 wipac-dev-tools[coloredlogs] wipac-rest-tools python_requires = >=3.9, <3.12