Skip to content

Commit

Permalink
changed pybdsf setup to almost the same as it used to be
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Oct 27, 2023
1 parent 574baec commit 734dff3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pybdsf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
version: {{ PYBDSF_VERSION_ALT }}

source:
git_url: https://github.com/i4Ds/PyBDSF.git
url: https://pypi.io/packages/source/b/{{ PACKAGE_NAME }}/{{ PACKAGE_NAME }}-{{ PYBDSF_VERSION }}.tar.gz

build:
number: {{ BUILD_NUMBER }}
Expand All @@ -23,12 +23,8 @@ requirements:
- scikit-build >=0.13

host:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('gfortran') }}
- cmake >=3.18
- python {{ python }}
- pip
- numpy >=1.21, !=1.24.0
- boost =={{ BOOST_VERSION_ALT }}.*
- setuptools
Expand All @@ -40,7 +36,6 @@ requirements:
- astropy
- numpy >=1.21, !=1.24.0
- scipy >=1.10.1
- matplotlib
- ipython

about:
Expand Down

0 comments on commit 734dff3

Please sign in to comment.