Skip to content

Commit

Permalink
fixed wrong version name. Move conda recipes to the right directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
cylammarco committed Apr 26, 2023
1 parent a6981f3 commit 0655b8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 27 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/publish-conda.yml

This file was deleted.

10 changes: 9 additions & 1 deletion meta.yaml → conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ source:
path: ../

build:
noarch: python
script: python -m pip install . --no-deps -vv
python:
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
target_platform: osx-64, win-64, linux-64
target_subdir: "{platform}-{arch}"

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name="spectresc",
maintainer="Marco C Lam",
maintainer_email="lam@mail.tau.ac.il",
version="1.0.0.rc2",
version="1.0.1",
install_requires=[
'numpy',
],
Expand Down

0 comments on commit 0655b8d

Please sign in to comment.