-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c35cfc2
commit 6a25a1a
Showing
5 changed files
with
85 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$PYTHON setup.py install # Python command to install the script. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{% set name = "py21cmcast" %} | ||
{% set version = "1.0.2" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/py21cmcast-{{ version }}.tar.gz | ||
sha256: ac4716cf9817bd9d11ef4a3217b5c6825c1f683f2dc716d6f28e21cb9dbc8cf4 | ||
|
||
build: | ||
noarch: python | ||
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- python >=3.6 | ||
- setuptools >=61.0.0 | ||
- wheel | ||
- pip | ||
run: | ||
- python >=3.6 | ||
- numpy >=1.16.5 | ||
- matplotlib-base >=3.4.3 | ||
- powerbox >=0.7.3 | ||
- configparser >=6.0.0 | ||
- astropy >=5.0.0 | ||
- scipy | ||
|
||
test: | ||
imports: | ||
- py21cmcast | ||
commands: | ||
- pip check | ||
requires: | ||
- pip | ||
|
||
about: | ||
summary: Fisher forecasts with 21cm experiments | ||
license: GPL-3.0 | ||
license_file: LICENSE | ||
home: | ||
dev_url: https://github.com/gaetanfacchinetti/21cmCAST | ||
|
||
extra: | ||
recipe-maintainers: | ||
- gaetanfacchinetti |