Skip to content

Commit

Permalink
Updating pyproject.toml. Trying to get logo to show on README.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Oct 4, 2024
1 parent 0c8d74f commit 35da203
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)


# <img align="right" src="docs/images/logo_small.png" width="350"> RESSPECT
<h1 align="center">
<img align="center" src="https://raw.githubusercontent.com/lsstdesc/resspect/main/docs/images/logo_small.png" width="500">
</h1><br>

# 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.

Expand All @@ -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
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 35da203

Please sign in to comment.