Skip to content

Commit

Permalink
Add requirements.txt for streamlit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ockenfuss committed May 18, 2024
1 parent d1c7e2a commit 953014b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checklist_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ python3 -m unittest discover -s tests/integration
- Update whats-new.md
- Bump versions in `pyproject.toml` and `__init__.py`

## Dependencies
- update both `pyproject.toml` and `requirements.txt` (the latter is required by streamlit cloud)

## Release
```bash
python3 -m build
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
numpy
matplotlib
shapely

0 comments on commit 953014b

Please sign in to comment.