Skip to content

Commit

Permalink
point to pypi instead of git (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwinebrake authored Sep 12, 2024
1 parent 07c835c commit 9585b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ requires-python = ">=3.11"

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

0 comments on commit 9585b4a

Please sign in to comment.