Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop authored Nov 5, 2024
1 parent f323d83 commit be81431
Showing 1 changed file with 35 additions and 40 deletions.
75 changes: 35 additions & 40 deletions conda/das/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,54 +16,49 @@ build:

outputs:
- name: das
script: build_unix.sh # [unix and not arm64]
script: build_osxarm64.sh # [osx and arm64]
script: build_win.bat # [win]
script: build_unix.sh
requirements:
host:
- python {{ python }}
- pip
run:
- python {{ python }}
- rich
- flammkuchen
- matplotlib
- pandas
- numpy
- peakutils
- pyyaml
- defopt=6.3
- scikit-learn
- scikit-image
- xarray-behave>=0.35.5
- cudatoolkit
- cudnn
- tqdm
- numpy>=1.23 # [unix and not arm64]
# - numpy>=1.23 # [linux or osx or arm64]
- numpy<1.24 # [osx and arm64]
- numpy>=1.23 # [win and py>39]
- numpy<1.24 # [win and py39]
- conda-forge::cudatoolkit # [linux or win]
- conda-forge::cudnn # [linux or win]
- conda-forge::tensorflow<2.10 # [linux]
- tensorflow>2.3 # [win and py<310]
- tensorflow # [win and py==310]
- tensorflow==2.10 # [win and py>310]
- anaconda::tensorflow==2.9.1 # [osx and not arm64]
- keras<2.16
- keras-tuner # [not arm64]
# - h5py
# - numpy
# - numexpr
- tensorflow<2.16
- xarray-behave=0.35.7

test:
imports:
- das
- das.kapre
- das.tcn
- das.morpholayers
- tensorflow
commands:
- das --help
- das gui --help
- das predict --help
- das version
# - python {{ python }}
# # - rich
# # - flammkuchen
# # - matplotlib
# # - pandas
# - numpy
# - peakutils
# - pyyaml
# - defopt=6.3
# - scikit-learn
# - scikit-image
# - xarray-behave>=0.35.7
# - tqdm
# # - numpy>=1.23 # [unix and not arm64]
# # # - numpy>=1.23 # [linux or osx or arm64]
# # - numpy<1.24 # [osx and arm64]
# # - numpy>=1.23 # [win and py>39]
# # - numpy<1.24 # [win and py39]
# - conda-forge::cudatoolkit # [linux or win]
# - conda-forge::cudnn # [linux or win]
# - conda-forge::tensorflow<2.16 # [linux]
# # - tensorflow>2.3 # [win and py<310]
# # - tensorflow # [win and py==310]
# # - tensorflow==2.10 # [win and py>310]
# # - anaconda::tensorflow==2.9.1 # [osx and not arm64]
# - keras<2.16 [linus
# # - keras-tuner # [not arm64]

about:
home: "http://github.com/janclemenslab/das"
Expand Down

0 comments on commit be81431

Please sign in to comment.