From 7c5cd53e065829d261622c394ed2e37739adc9d7 Mon Sep 17 00:00:00 2001 From: Patrick Meade Date: Fri, 19 Jan 2024 11:58:01 -0600 Subject: [PATCH] Paths and Pins (#274) Set lower bound on version of wipac-rest-tools dependency. --- collabssh | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collabssh b/collabssh index 30c8e04..5ff471d 100755 --- a/collabssh +++ b/collabssh @@ -4,5 +4,5 @@ # Use direct login to ssh to perlmutter with the icecubed collaboration account # See: https://docs.nersc.gov/accounts/collaboration_accounts/#direct-login -sshproxy.sh -c icecubed +./sshproxy.sh -c icecubed ssh -i ${HOME}/.ssh/icecubed icecubed@perlmutter-p1.nersc.gov diff --git a/setup.cfg b/setup.cfg index ff3951a..27c0f08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = pymongo tornado wipac-dev-tools - wipac-rest-tools + wipac-rest-tools>=1.6 wipac-telemetry python_requires = >=3.9, <3.13 packages = find: