Skip to content

Commit

Permalink
Merge pull request #111 from klauer/pin_apischema
Browse files Browse the repository at this point in the history
BLD: update pinning of apischema + Python
  • Loading branch information
ZLLentz authored Nov 3, 2021
2 parents cd71c95 + f789dec commit 4d6cee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ build:

requirements:
build:
- python >=3.7
- python >=3.9
- setuptools
- epicscorelibs
- setuptools_dso
- cython
run:
- python >=3.7
- python >=3.9
- aiohttp
- graphviz
- python-graphviz
- jinja2
- lark-parser
- apischema
- apischema <0.16

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp
apischema[graphql]
apischema[graphql]<0.16
graphviz
jinja2
lark-parser

0 comments on commit 4d6cee2

Please sign in to comment.