Skip to content

Commit

Permalink
update dependency names w/ hyphens (#1238)
Browse files Browse the repository at this point in the history
* point to pypi instead of git

* Update pyproject.toml with hyphens
  • Loading branch information
samwinebrake authored Sep 12, 2024
1 parent 9585b4a commit a765a8f
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",
"result_caching",
"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 a765a8f

Please sign in to comment.