Skip to content

Commit

Permalink
added pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Nov 7, 2024
1 parent bd65160 commit 1a8b940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 36_ReproduciblePaper/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ provide a few advices that should make this requirement easier.
<ul>
<li>Specify Core Dependencies in a <code>requirements.txt</code> file.
<ul>
<li> Set up a <a href="https://github.com/flatironinstitute/sciware/blob/main/34_PyPackaging/example_project_root/pyproject.toml">pyproject.toml></a> (instead of requirements.txt).</li>
<li>List only direct dependencies.</li>
<li>Avoid pinning package versions if possible.</li>
<li>Store your package version as a reference, using <code>pip freeze > myenv.txt</code> for Python.</li>
Expand Down Expand Up @@ -292,10 +293,9 @@ Write a `README` file which answers the following questions:
Different ways of adding citations:

- Bibtex entry in `README`
- Citation file in the repo as `CITATION.cff` (Citation File Format) or `CITATION.md` file.
- Link to a paper.
- Consider generating a DOI via Zenodo.


- [Example](https://github.com/billbrod/spatial-frequency-preferences/blob/main/README.md)

## What data to share and where?

Expand Down

0 comments on commit 1a8b940

Please sign in to comment.