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

nectarchain v0.2.0 #11

Closed
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
3 changes: 3 additions & 0 deletions .gitignore

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

10 changes: 7 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "nectarchain" %}
{% set version = "0.1.9" %}
{% set version = "0.2.0" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/nectarchain-{{ version }}.tar.gz
sha256: b5e7094adc8177fda84529d228ef54b81d90dc23395de2d4c3f6357377f2e737
sha256: 3b4b06063303822ed133c8fefc2a7eb60f1fb1158bc9365de7d259cf762587ca

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

Expand All @@ -28,6 +28,10 @@ requirements:
- scipy =1.11.4
- zeo
- zodb
- lmfit # needed into TRR
- h5py # needed into TRR (should be removed to use I/O methods of containers)
- pyqt =6
- pyqtgraph

test:
imports:
Expand Down
Loading