Skip to content

Commit

Permalink
fix requirements for new scos-actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhazentia committed Nov 14, 2024
1 parent 9c629a8 commit 6dbebe7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ aiohappyeyeballs==2.4.0
# aiohttp
aiohttp==3.10.3
# via
# -r requirements-dev.in
# -r requirements.txt
# -r requirements-dev.in
# aiohttp-cors
# ray
aiohttp-cors==0.7.0
Expand Down Expand Up @@ -187,7 +187,7 @@ numexpr==2.10.1
# via
# -r requirements.txt
# scos-actions
numpy==2.1.3
numpy==1.26.4
# via
# -r requirements.txt
# numexpr
Expand Down Expand Up @@ -280,8 +280,8 @@ pyyaml==6.0.1
# ray
ray[default]==2.37.0
# via
# -r requirements-dev.in
# -r requirements.txt
# -r requirements-dev.in
# scos-actions
referencing==0.31.1
# via
Expand Down Expand Up @@ -320,7 +320,7 @@ scipy==1.14.1
# via
# -r requirements.txt
# scos-actions
scos-actions @ git+https://github.com/NTIA/scos-actions@master
scos-actions @ git+https://github.com/NTIA/scos-actions@11.0.0
# via
# -r requirements.txt
# scos-tekrsa
Expand Down
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ multidict==6.0.5
# yarl
numexpr==2.10.1
# via scos-actions
numpy==2.1.3
numpy==1.26.4
# via
# numexpr
# scipy
Expand Down Expand Up @@ -153,7 +153,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.14.1
# via scos-actions
scos-actions @ git+https://github.com/NTIA/scos-actions@master
scos-actions @ git+https://github.com/NTIA/scos-actions@11.0.0
# via scos-tekrsa
scos-tekrsa @ git+https://github.com/NTIA/scos-tekrsa@main
# via -r requirements.in
Expand Down

0 comments on commit 6dbebe7

Please sign in to comment.