Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dev build of Package #8

Merged
merged 7 commits into from
Aug 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
- conda-forge/label/bw2data_dev,conda-forge,defaults
channel_targets:
- conda-forge main
- conda-forge bw2io_dev
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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.

10 changes: 6 additions & 4 deletions README.md

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

2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
channel_targets:
- conda-forge bw2io_dev
12 changes: 7 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "bw2io" %}
{% set version = "0.8.8" %}
{% set version = "0.9.dev21" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: d4edfc56c76c236717e748562de143912ada22aae64496d900f464b837fc7a1e
sha256: cadef8fbc64950291b1d227b55c9c0b3fe6b6e4805f48cb5a176aac073ac7c5e

build:
noarch: python
Expand All @@ -20,15 +20,17 @@ requirements:
- python >=3.6
- setuptools
run:
- bw_migrations
- bw2calc >=1.7.4
- bw2data >=3.5.1
- bw2parameters >=0.7.1
- bw_migrations
- bw_processing
- lxml
- mrio_common_metadata
- numpy
- openpyxl
- psutil
- pyprind
- platformdirs
- requests
- python >=3.6
- scipy
- stats_arrays
Expand Down