Skip to content

Commit

Permalink
fixed broken aratmospy git-rev in meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Oct 31, 2023
1 parent d643888 commit b6caa72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aratmospy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package:

source:
git_url: "https://github.com/i4Ds/ARatmospy"
git_rev: "e9210243d828fba04ab8dc00dd84af8d8572160c"
git_rev: "67c302a136beb40a1cc88b054d7b62ccd927d64f"

build:
noarch: python
Expand All @@ -21,13 +21,13 @@ requirements:
- pip

run:
- python {{ python }}
- pip
- astropy
- matplotlib
- numpy >=1.21, !=1.24.0
- pyfftw
- scipy >=1.9
- pip
- python {{ python }}

about:
home: "https://github.com/i4Ds/ARatmospy"
Expand Down

0 comments on commit b6caa72

Please sign in to comment.