Skip to content

Commit

Permalink
Merge pull request #16 from berenslab/rebuttal
Browse files Browse the repository at this point in the history
Remove setup.py and requirements.txt, use pyproject.toml
  • Loading branch information
juliusge authored Jan 31, 2025
2 parents d9c813f + 64ea70b commit 74d122b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Alternatively, you can create a new conda environment and install the toolbox th
conda create --name fundus_image_toolbox python=3.9.19 pip
conda activate fundus_image_toolbox
```
And then `pip install fundus_image_toolbox` or `pip install -r requirements.txt` within the new environment.<br>
And then `pip install fundus_image_toolbox` or `pip install .` within the new environment.<br>
Or create a new virtual environment including the toolbox with [`uv`](https://docs.astral.sh/uv/getting-started/installation/):<br>
```bash
uv venv
Expand All @@ -153,7 +153,7 @@ You are very welcome to contribute to the toolbox. Please raise an issue or crea

If you use this toolbox in your research, please consider citing it:
```bibtex
TODO: Have a doi to cite
TODO: Have a doi to cite. Currently, this work is under review.
```

If you use external parts of the toolbox that this toolbox provides an interface for, please consider citing the respective papers:
Expand Down
29 changes: 0 additions & 29 deletions requirements.txt

This file was deleted.

15 changes: 0 additions & 15 deletions setup.py

This file was deleted.

0 comments on commit 74d122b

Please sign in to comment.