From 45f14b661e1388a83f4621e441c46dd759ca1840 Mon Sep 17 00:00:00 2001 From: Sam Winebrake <85908068+samwinebrake@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:25:58 -0400 Subject: [PATCH 1/2] point to pypi instead of git --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15b4de6d7..d565b19af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 From 3dda24e993b136f5a5d6291553f5aa80d356f63d Mon Sep 17 00:00:00 2001 From: Sam Winebrake <85908068+samwinebrake@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:35:40 -0400 Subject: [PATCH 2/2] 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