Skip to content

Commit

Permalink
depend on local fork of brain-score/core
Browse files Browse the repository at this point in the history
forked until brain-score/brainio#37 is resolved
  • Loading branch information
eringrant committed Apr 21, 2024
1 parent 605e102 commit e932026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires-python = ">=3.7"

dependencies = [
"numpy>=1.17",
"brainscore_core @ git+https://github.com/brain-score/core",
"brainscore_core @ git+https://github.com/eringrant/core",
"result_caching @ git+https://github.com/brain-score/result_caching",
"importlib-metadata<5", # workaround to https://github.com/brain-score/brainio/issues/28
"scikit-learn", # for metric_helpers/transformations.py cross-validation
Expand Down

0 comments on commit e932026

Please sign in to comment.