Skip to content

Commit

Permalink
Sync master into develop (#1239)
Browse files Browse the repository at this point in the history
* point to pypi instead of git (#1236)

* update dependency names w/ hyphens (#1238)

* point to pypi instead of git

* Update pyproject.toml with hyphens

---------

Co-authored-by: Sam Winebrake <[email protected]>
  • Loading branch information
KartikP and samwinebrake authored Sep 13, 2024
1 parent 0faa451 commit 6014e0f
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 6014e0f

Please sign in to comment.