Skip to content

Commit 185c34e

Browse files
authored
Update to conda recipe for Python 3.9 (#105)
1 parent 7e46dc8 commit 185c34e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conda-recipe/conda_build_config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ python:
33
- 3.6
44
- 3.7
55
- 3.8
6+
- 3.9

conda-recipe/prep_requirements.q

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/ exclude packages from tests/requirements.txt based on python major minor version
22
\l p.q
3-
pexclude:select py37:enlist"tensorflow*",py38:enlist"tensorflow*" from (0#`)!()
3+
pexclude:select py37:enlist"tensorflow*",py38:enlist"tensorflow*",py39:enlist"tensorflow" from (0#`)!()
44
pver:`$"py",raze string .p.import[`sys;`:version_info][;`]each`:major`:minor
55
`:tests/requirements_filtered.txt 0:u where not any(u:read0`:tests/requirements.txt)like/:pexclude pver
66
\\

0 commit comments

Comments
 (0)