From 6014e0f8ea2a283fc7ee346942c89f453b679b1d Mon Sep 17 00:00:00 2001 From: Kartik Pradeepan Date: Fri, 13 Sep 2024 05:24:31 -0400 Subject: [PATCH] Sync master into develop (#1239) * 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 <85908068+samwinebrake@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 15b4de6d7..83ab968f7 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