Skip to content

Commit

Permalink
scos-tekrsa 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jan 29, 2024
1 parent ef43af2 commit 5eab69a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
13 changes: 11 additions & 2 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ colorama==0.4.6
colorful==0.5.5
# via ray
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.7
# via -r requirements.txt
defusedxml==0.7.1
Expand Down Expand Up @@ -182,6 +184,10 @@ numpy==1.24.4
# tekrsa-api-wrap
nvidia-ml-py==12.535.133
# via gpustat
oauthlib==3.2.2
# via
# -r requirements.txt
# requests-oauthlib
opencensus==0.11.3
# via ray
opencensus-context==0.1.3
Expand Down Expand Up @@ -285,8 +291,11 @@ requests==2.31.0
# its-preselector
# ray
# requests-mock
# requests-oauthlib
requests-mock==1.11.0
# via -r requirements.txt
requests-oauthlib==1.3.1
# via -r requirements.txt
rpds-py==0.13.2
# via
# -r requirements.txt
Expand All @@ -310,7 +319,7 @@ scos-actions @ git+https://github.com/NTIA/[email protected]
# via
# -r requirements.txt
# scos-tekrsa
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@discover_action_types
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@5.0.0
# via -r requirements.txt
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packaging>=23.0, <24.0
psycopg2-binary>=2.0, <3.0
requests-mock>=1.0, <2.0
requests_oauthlib>=1.0, <2.0
scos_tekrsa @ git+https://github.com/NTIA/scos-tekrsa@discover_action_types
scos_tekrsa @ git+https://github.com/NTIA/scos-tekrsa@5.0.0

# The following are sub-dependencies for which SCOS Sensor enforces a
# higher minimum patch version than the dependencies which require them.
Expand Down
7 changes: 6 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ numpy==1.24.4
# scos-actions
# sigmf
# tekrsa-api-wrap
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.2
# via
# -r requirements.in
Expand Down Expand Up @@ -132,8 +134,11 @@ requests==2.31.0
# its-preselector
# ray
# requests-mock
# requests-oauthlib
requests-mock==1.11.0
# via -r requirements.in
requests-oauthlib==1.3.1
# via -r requirements.in
rpds-py==0.13.2
# via
# jsonschema
Expand All @@ -146,7 +151,7 @@ scipy==1.10.1
# via scos-actions
scos-actions @ git+https://github.com/NTIA/[email protected]
# via scos-tekrsa
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@discover_action_types
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@5.0.0
# via -r requirements.in
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via scos-actions
Expand Down

0 comments on commit 5eab69a

Please sign in to comment.