Skip to content

Commit

Permalink
Update to conda recipe for Python 3.9 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccarthy1 authored Sep 3, 2021
1 parent 7e46dc8 commit 185c34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
2 changes: 1 addition & 1 deletion conda-recipe/prep_requirements.q
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/ exclude packages from tests/requirements.txt based on python major minor version
\l p.q
pexclude:select py37:enlist"tensorflow*",py38:enlist"tensorflow*" from (0#`)!()
pexclude:select py37:enlist"tensorflow*",py38:enlist"tensorflow*",py39:enlist"tensorflow" from (0#`)!()
pver:`$"py",raze string .p.import[`sys;`:version_info][;`]each`:major`:minor
`:tests/requirements_filtered.txt 0:u where not any(u:read0`:tests/requirements.txt)like/:pexclude pver
\\

0 comments on commit 185c34e

Please sign in to comment.