From 35da2031380e5683d755c4d562c33039027d3fa3 Mon Sep 17 00:00:00 2001
From: drewoldag <47493171+drewoldag@users.noreply.github.com>
Date: Fri, 4 Oct 2024 13:40:16 -0700
Subject: [PATCH] Updating pyproject.toml. Trying to get logo to show on
README.
---
README.md | 15 ++++++++-------
pyproject.toml | 5 ++---
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 89708fb6..4f843287 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,16 @@
-[![resspect](https://img.shields.io/badge/COIN--Focus-RESSPECT-red)](http://cosmostatistics-initiative.org/resspect/)
-[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/LSSTDESC/RESSPECT/smoke-test.yml)](https://github.com/LSSTDESC/RESSPECT/actions/workflows/smoke-test.yml)
-[![Benchmarks](https://img.shields.io/github/actions/workflow/status/LSSTDESC/RESSPECT/asv-main.yml?label=benchmarks)](https://LSSTDESC.github.io/RESSPECT/benchmarks)
-# RESSPECT
+
+
+
+# Recommendation System for Spectroscopic follow-up
-## Recommendation System for Spectroscopic follow-up
+[![resspect](https://img.shields.io/badge/COIN--Focus-RESSPECT-red)](http://cosmostatistics-initiative.org/resspect/)
+[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/LSSTDESC/RESSPECT/smoke-test.yml)](https://github.com/LSSTDESC/RESSPECT/actions/workflows/smoke-test.yml)
+[![Benchmarks](https://img.shields.io/github/actions/workflow/status/LSSTDESC/RESSPECT/asv-main.yml?label=benchmarks)](https://LSSTDESC.github.io/RESSPECT/benchmarks)
-This repository holds the pipeline of the RESSPECT project, built as part of the inter-collaboration activities developed by the Cosmostatistics Initiative ([COIN](cosmostatistics-initiative.org)) and the LSST Dark Energy Science Collaboration ([DESC](https://lsstdesc.org/)).
+This repository holds the pipeline of the RESSPECT project, built as part of the inter-collaboration activities developed by the Cosmostatistics Initiative ([COIN](cosmostatistics-initiative.org)) and the LSST Dark Energy Science Collaboration ([DESC](https://lsstdesc.org/)). It was forked from the original RESSPECT repo that can be found here.
This work grew from activities developed within the [COIN Residence Program #4](http://iaacoin.wix.com/crp2017), using as a starting point their [ActSNClass](https://github.com/COINtoolbox/ActSNClass) software.
@@ -28,7 +30,6 @@ Full documentation can be found at [readthedocs](https://resspect.readthedocs.io
- numpy >= 1.24.2
- pandas >= 1.5.3
- progressbar2 >= 4.2.0
- - pytest >= 7.2.1
- scikit_learn >= 1.2.1
- scipy >= 1.10.0
- seaborn >= 0.12.2
diff --git a/pyproject.toml b/pyproject.toml
index 7b25e0d7..3edb7cf8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,6 @@ dependencies = [
"numpy>=1.24.2",
"pandas>=1.5.3",
"progressbar2>=4.2.0",
- "pytest>=7.2.1",
"scikit_learn>=1.2.1",
"scipy>=1.10.0",
"seaborn>=0.12.2",
@@ -34,8 +33,8 @@ dependencies = [
]
[project.urls]
-Homepage = "https://github.com/COINtoolbox/resspect"
-Source = "https://github.com/COINtoolbox/resspect"
+Homepage = "https://github.com/LSSTDESC/RESSPECT"
+Source = "https://github.com/LSSTDESC/RESSPECT"
[project.scripts]
build_canonical = "resspect.scripts.build_canonical:main"