Skip to content

Commit

Permalink
Merge pull request #33 from wpotrzebowski/sasview-5.0.6
Browse files Browse the repository at this point in the history
Sasview 5.0.6 - pre release testing
  • Loading branch information
mrakitin authored Apr 6, 2023
2 parents 8d1fada + ec1c722 commit db86508
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "sasview" %}
{% set version = "5.0.5" %}
{% set version = "5.0.6rc1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/SasView/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 8c92ecc113cf861f675a4ff5024920e036b58d178fd6e7afb77bd2fac41d5077
sha256: eedf884afaea5e6b9547aee8f4c10bae846a0f0b08e83a9b50cd71da6b02faa3

build:
number: 4
number: 0
skip: true # [py<36]
entry_points:
- sasview = sas.qtgui.MainWindow.MainWindow:run_sasview
Expand Down Expand Up @@ -43,12 +43,12 @@ requirements:
- pyqt >=5.12,<6.0
- qt5reactor
- qtconsole
- sasmodels >=1.0.6
- sasmodels >=1.0.7
- scipy
- twisted
- uncertainties
- xhtml2pdf
- {{ pin_compatible('numpy <1.24') }} # Maintainer note: remove this numpy pin when sasview 5.0.6 is released, 5.0.6 and newer patch this issue.
- {{ pin_compatible('numpy') }}


test:
Expand Down

0 comments on commit db86508

Please # to comment.