Skip to content

Commit

Permalink
Sync Conda deps with PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty authored and bonjourmauko committed Jan 24, 2023
1 parent fb40a4c commit d60a6d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ requirements:
- python
- pip
run:
- python >=3.6,<4.0
- python >=3.7,<4.0
- dpath >=1.5.0,<3.0.0
- nptyping ==1.4.4
- numexpr >=2.7.0,<=3.0
- numpy >=1.11,<1.21
- numpy >=1.20,<1.21
- psutil >=5.4.7,<6.0.0
- pytest >=4.4.1,<6.0.0
- PyYAML >=3.10
- sortedcontainers ==2.2.2
- typing-extensions ==3.10.0.2
- typing-extensions >=4.0.0,<5.0.0

test:
imports:
Expand All @@ -61,8 +61,8 @@ outputs:
host:
- python
run:
- python >=3.6,<4.0
- flask ==1.1.2
- python >=3.7,<4.0
- flask ==1.1.4
- flask-cors ==3.0.10
- gunicorn >=20.0.0,<21.0.0
- werkzeug >=1.0.0,<2.0.0
Expand All @@ -76,9 +76,9 @@ outputs:
- python
run:
- autopep8 >=1.4.0,<1.6.0
- coverage ==6.0.2
- coverage >=6.2.0,<7.0.0
- darglint ==1.8.0
- flake8 >=3.9.0,<4.0.0
- flake8 >=4.0.0,<4.1.0
- flake8-bugbear >=19.3.0,<20.0.0
- flake8-docstrings ==1.6.0
- flake8-print >=3.1.0,<4.0.0
Expand Down

0 comments on commit d60a6d4

Please sign in to comment.