Skip to content

Commit

Permalink
Conda recipe changes and Parsec update, from Dell XPS15.
Browse files Browse the repository at this point in the history
  • Loading branch information
capn-freako committed Feb 10, 2023
1 parent d23fbb2 commit 89552a3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions conda.recipe/chaco/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "chaco" %}
{% set version = "5.1.0" %}
{% set version = "5.1.1" %}
{% set enable_version = "5.3.1" %}

package:
Expand All @@ -10,7 +10,7 @@ source:
git_url: https://github.com/enthought/chaco.git
git_rev: {{ version }}
build:
number: 2
number: 1
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "

requirements:
Expand All @@ -24,7 +24,7 @@ requirements:
- pyface >=7.4.2
- python
- setuptools
# - vs2019_win-64 # Uncomment for Windows build only.
- vs2019_win-64 # Uncomment for Windows build only.
# - {{compiler('c')}} # Would like to get one of these working, instead of above hack.
# - {{compiler('cxx')}}

Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/enable/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirements:
# - {{compiler('c')}}
# - {{ compiler('cxx') }}
# - {{ cdt('xorg-x11-devel') }} # [linux]
# - vs2019_win-64
- vs2019_win-64
host:
- fonttools
- numpy
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/parsec/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "parsec" %}
{% set version = "3.13" %}
{% set version = "3.15" %}

package:
name: '{{ name|lower }}'
Expand Down
10 changes: 5 additions & 5 deletions conda.recipe/pybert/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pybert" %}
{% set version = "4.0.4" %}
{% set version = "4.0.5" %}

package:
version: '{{ version }}'
Expand All @@ -21,18 +21,18 @@ requirements:
- numpy x.x
- pyibis-ami >=4.0.5
- pyside6
- python >=3.8
- python
- pyyaml
- qt =5
# - qt >=5
- scikit-rf >=0.24.1
build:
- kiwisolver
- numpy x.x
- pyibis-ami >=4.0.5
- pyside6
- python >=3.8
- python
- pyyaml
- qt =5
# - qt >=5
- scikit-rf >=0.24.1
- setuptools

Expand Down
4 changes: 2 additions & 2 deletions conda.recipe/pyibis-ami/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requirements:
- matplotlib
- numpy x.x
- parsec >=3.13
- python >=3.8
- python
- scipy

build:
Expand All @@ -35,7 +35,7 @@ requirements:
- matplotlib
- numpy x.x
- parsec >=3.13
- python >=3.8
- python
- scipy
- setuptools

Expand Down
2 changes: 1 addition & 1 deletion parsec.py

0 comments on commit 89552a3

Please sign in to comment.