Skip to content

Commit

Permalink
Merge pull request #30 from jan-janssen/main
Browse files Browse the repository at this point in the history
switch to grayskull update
  • Loading branch information
jan-janssen authored Oct 26, 2023
2 parents 2f77cc3 + 7b08987 commit 99ef063
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 15 deletions.
112 changes: 112 additions & 0 deletions .scripts/run_win_build.bat

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

1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
conda_forge_output_validation: true
bot:
automerge: true
inspection: update-grayskull
github:
branch_name: main
tooling_branch_name: main
Expand Down
26 changes: 11 additions & 15 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% set name = "pyprocar" %}
{% set version = "6.1.5" %}


package:
name: {{ name|lower }}
version: {{ version }}
Expand All @@ -11,31 +10,29 @@ source:
sha256: 2d1e687a39110b91080d5e4ed57d3566b0e93df8d44516f3f4bd0be6e1c37701

build:
number: 0
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 1

requirements:
host:
- pip
- python >=3.6
- pip
run:
- ase
- importlib-metadata
- matplotlib-base
- mscorefonts
- python >=3.6
- pychemia
- gdown
- matplotlib-base
- numpy
- pyvista
- pyvistaqt
- scikit-image
- scikit-learn
- scipy
- sympy
- seekpath
- spglib
- trimesh
- gdown
- ase
- sympy
- pyyaml
- scikit-learn

test:
imports:
Expand All @@ -47,11 +44,10 @@ test:

about:
home: https://github.com/romerogroup/pyprocar
summary: A Python library for electronic structure pre/post-processing.
license: GPL-3.0-only
license_family: GPL
license_file: LICENSE
summary: A Python library for electronic structure pre/post-processing.

description: |
PyProcar is a robust, open-source Python library used for pre- and
post-processing of the electronic structure data coming from DFT
Expand Down

0 comments on commit 99ef063

Please sign in to comment.