Skip to content

Commit

Permalink
Sync master into develop. Triggered by PR (#1285)
Browse files Browse the repository at this point in the history
* Update score_new_plugins.yml to use actions/upload-artifact@v4 (#1283)

Current workflow uses v2. This has been causing an automatic failure in scoring jobs.

v3 is being deprecated in 2 months.

Based on `Breaking Changes` as seen on the actions readme, this should work with a simple replacement of the version number.

* Update environment_lock.yml w/ new brainio name (#1235)

* Update environment_lock.yml w/ new brainio name

* update env lock w/ pypi packages

---------

Co-authored-by: Sam Winebrake <[email protected]>
  • Loading branch information
KartikP and samwinebrake authored Sep 30, 2024
1 parent a14be19 commit c5b0ea6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environment_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ dependencies:
- bleach==6.1.0
- boto3==1.35.3
- botocore==1.35.3
- brainio @ git+https://github.com/brain-score/brainio.git@main
- brainscore_core @ git+https://github.com/brain-score/core@main
- brainscore-vision @ git+https://github.com/brain-score/vision.git@main
- brainscore-brainio==1.0.0
- brainscore-core==2.1
- brainscore-vision==2.1
- certifi==2024.7.4
- cffi==1.17.0
- cftime==1.6.4
Expand Down Expand Up @@ -144,7 +144,7 @@ dependencies:
- qtpy==2.4.1
- referencing==0.35.1
- requests==2.32.3
- result_caching @ git+https://github.com/brain-score/result_caching@master
- result_caching==0.1.0
- rfc3339-validator==0.1.4
- rfc3986-validator==0.1.1
- rpds-py==0.20.0
Expand Down

0 comments on commit c5b0ea6

Please sign in to comment.