Skip to content

Commit 27ace7e

Browse files
point url to brain-score organization instead of mschrimpf (#14)
* Fixed model-template dependency error (now points to Brain-Score repo instead of Martin's) * Fixed model-template dependency error (now points to Brain-Score repo instead of Martin's). Removed .git from new url. * Removed Dead code, rolled back tensorflow version to ==1.15 * Removed Dead code (historical commits)
1 parent 3cfb87d commit 27ace7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
long_description=readme,
2424
author="Martin Schrimpf",
2525
author_email='[email protected]',
26-
url='https://github.com/mschrimpf/result_caching',
26+
url='https://github.com/brain-score/result_caching',
27+
2728
packages=find_packages(exclude=['tests']),
2829
install_requires=requirements,
2930
license="MIT license",

0 commit comments

Comments
 (0)