From a765a8f82598b5f0786ba967dd0372c9bcec24e2 Mon Sep 17 00:00:00 2001 From: Sam Winebrake <85908068+samwinebrake@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:38:13 -0400 Subject: [PATCH] update dependency names w/ hyphens (#1238) * point to pypi instead of git * Update pyproject.toml with hyphens --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d565b19af..83ab968f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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