Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,11 @@ scipy==1.13.1
# via
# -r requirements.txt
# scos-actions
scos-actions @ git+https://github.com/NTIA/[email protected].0
scos-actions @ git+https://github.com/NTIA/[email protected].1
# via
# -r requirements.txt
# scos-tekrsa
scos-tekrsa @ git+https://github.com/NTIA/[email protected].0
scos-tekrsa @ git+https://github.com/NTIA/[email protected].1
# 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 @@ -12,7 +12,7 @@ psycopg2-binary>=2.0, <3.0
tzdata # https://code.djangoproject.com/ticket/33814
requests>=2.32.0
requests-mock>=1.0, <2.0
scos_tekrsa @ git+https://github.com/NTIA/[email protected].0
scos_tekrsa @ git+https://github.com/NTIA/[email protected].1

# The following are sub-dependencies for which SCOS Sensor enforces a
# higher minimum patch version than the dependencies which require them.
Expand Down
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.13.1
# via scos-actions
scos-actions @ git+https://github.com/NTIA/[email protected].0
scos-actions @ git+https://github.com/NTIA/[email protected].1
# via scos-tekrsa
scos-tekrsa @ git+https://github.com/NTIA/[email protected].0
scos-tekrsa @ git+https://github.com/NTIA/[email protected].1
# via -r requirements.in
sigmf @ git+https://github.com/NTIA/SigMF@multi-recording-archive
# via scos-actions
Expand Down