Skip to content

Commit

Permalink
ci(github): remove old constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
engeir committed Jun 17, 2024
1 parent e875fc1 commit 27c4a7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Upgrade pip
run: |
pip install --constraint=.github/workflows/constraints.txt pip
pip install pip
pip --version
- name: Install Rye
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "inscar"
version = "3.2.1"
version = "3.3.0"
description = "Calculate an incoherent scatter spectrum with arbitrary isotropic electron velocity distributions and radar pointing at oblique angles to the magnetic field"
authors = [{ name = "Eirik Enger", email = "engeir@pm.me" }]
readme = "README.rst"
Expand Down

0 comments on commit 27c4a7a

Please sign in to comment.