Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* mvip_recipes

* update_meta.yaml

* mvip_new_version_release

* build_number_Update_meta_yaml

* mvip v.1.1.1 minor issues

* Reset the build number

* Update package version in summary report of Module 00

* Fix Module 07

* Fix minor issue Module 07

* Minor issues for release v.1.1.5

* Update meta.yaml

---------

Co-authored-by: Clement Coclet - 067048 <[email protected]>
Co-authored-by: Martin Grigorov <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
4 people authored Nov 19, 2024
1 parent f075f77 commit 3c76f5a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/mvip/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ source:
sha256: 61f1c5de4bd74b8453eaad5bdd8c95ad46c6b7e10a13977e3734696696785b42

build:
number: 0
number: 1
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
entry_points:
- mvip = mvip.cli:cli
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
run_exports:
- {{ pin_subpackage("mvip", max_pin="x") }}

requirements:
host:
- python >=3.7
- pip
- flit
- flit-core
run:
- python >=3.7
- tqdm
Expand Down

0 comments on commit 3c76f5a

Please sign in to comment.