Skip to content

Commit

Permalink
add conda recipe for ipython (deepchecks#764)
Browse files Browse the repository at this point in the history
* add conda recipy for max ipython

* Fixing conda

Co-authored-by: matanper <[email protected]>
Co-authored-by: Itay Gabbay <[email protected]>
  • Loading branch information
3 people authored Jan 26, 2022
1 parent dc40e86 commit 764521a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ requirements:
host:
- category_encoders >=2.3.0
- dataclasses >=0.6 # [ py < 37 ]
- ipykernel >=4.10.1
- ipykernel >=4.10.1 # [ py < 38 ]
- ipykernel >=5.3.0 # [ py >= 38 ]
- ipython >=5.5.0
- ipython >=7.15.0 # [ py >= 38 ]
- ipywidgets >=7.5.0
- ipython >=5.5.0, <8 # [ py < 38 ]
- ipython >=7.15.0, <8 # [ py >= 38 ]
- ipywidgets >=7.5.0 # [ py < 38 ]
- ipywidgets >=7.6.5 # [ py >= 38 ]
- matplotlib >=3.3.3
- numpy >=1.19
Expand All @@ -50,14 +50,15 @@ requirements:
- scipy >=1.5.0
- tqdm >=4.62.3
- typing_extensions >=3.7.4.3
- jsonpickle >=2.1.0
run:
- category_encoders >=2.3.0
- dataclasses >=0.6 # [ py < 37 ]
- ipykernel >=4.10.1
- ipykernel >=4.10.1 # [ py < 38 ]
- ipykernel >=5.3.0 # [ py >= 38 ]
- ipython >=5.5.0
- ipython >=7.15.0 # [ py >= 38 ]
- ipywidgets >=7.5.0
- ipython >=5.5.0, <8 # [ py < 38 ]
- ipython >=7.15.0, <8 # [ py >= 38 ]
- ipywidgets >=7.5.0 # [ py < 38 ]
- ipywidgets >=7.6.5 # [ py >= 38 ]
- matplotlib >=3.3.3
- numpy >=1.19
Expand All @@ -68,6 +69,7 @@ requirements:
- scipy >=1.5.0
- tqdm >=4.62.3
- typing_extensions >=3.7.4.3
- jsonpickle >=2.1.0

test:
imports:
Expand Down

0 comments on commit 764521a

Please sign in to comment.