Skip to content

Commit

Permalink
DOC: update links to compwa.github.io (#7)
Browse files Browse the repository at this point in the history
* DX: switch to Python 3.9 in developer environment
  • Loading branch information
redeboer authored Jan 20, 2024
1 parent a3af565 commit 59b3568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.2.0
rev: 0.2.2
hooks:
- id: colab-toc-visible
- id: check-dev-files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ conda activate jax-mini-benchmark
pre-commit install # optional, but recommended
```

See ComPWA's [Help developing](https://compwa-org.readthedocs.io/develop.html) for more info.
See ComPWA's [Help developing](https://compwa.github.io/develop) for more info.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: jax-mini-benchmark
channels:
- defaults
dependencies:
- python==3.8.*
- python==3.9.*
- pip
- pip:
- -e .[dev]
Expand Down

0 comments on commit 59b3568

Please sign in to comment.