Skip to content

Commit

Permalink
working on conda version. this refs #14
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Mar 2, 2021
1 parent 241052c commit 01ee1af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion conda-recipes/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
python:
- 3.6
- 3.7
- 3.8
6 changes: 3 additions & 3 deletions conda-recipes/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "ImagingReso" %}
{% set version = "1.6.2" %}
{% set git_rev = "1.6.2" %}
{% set version = "1.7.5" %}
{% set git_rev = "1.7.5" %}

package:
name: {{ name|lower }}
Expand All @@ -22,7 +22,7 @@ requirements:
run:
- python
- matplotlib
- periodictable
- periodictable=1.5.2
- numpy
- scipy
- pandas
Expand Down

0 comments on commit 01ee1af

Please sign in to comment.