Skip to content

Commit

Permalink
21.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenthompson committed Aug 20, 2021
1 parent 405614f commit 906b4a4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include README.md
include VERSION
include LICENSE
include cutde/*.cpp
include cutde/*.cu
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.8.13
21.8.20
12 changes: 7 additions & 5 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
skip: True # [py<37]
skip: True # [py<37]

requirements:
build:
Expand All @@ -22,6 +22,7 @@ requirements:
- {{ compiler("c") }}
- {{ compiler("cxx") }}
- llvm-openmp # [osx]
- _openmp_mutex # [not osx]
- pybind11
- mako

Expand All @@ -30,23 +31,24 @@ requirements:
- numpy
- pip
- llvm-openmp # [osx]
- _openmp_mutex # [not osx]
- pybind11
- mako

run:
- python
- {{ pin_compatible('numpy') }}
- pyproj
- pybind11
- mako
- llvm-openmp # [osx]
- _openmp_mutex # [not osx]

test:
imports:
- cutde
commands:
- pip check
requires:
- pip
commands:
- pip check

about:
home: https://github.com/tbenthompson/cutde
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
max-line-length = 88
extend-ignore = E203, E266
per-file-ignores=
cppimport/__init__.py:F401
release.py:W605

0 comments on commit 906b4a4

Please sign in to comment.