Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.9.____cpython.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ source:
# Of the build properties here and below:
# number is propagated into the outputs below
build:
number: 0
number: 1
skip: true # [py<=36 and win]
skip: true # [py==39 and win]


outputs:
- name: dvc
Expand Down Expand Up @@ -74,7 +76,7 @@ outputs:
- pydot >=1.2.4
- speedcopy >=2.0.1 # [py<38 and win]
- dataclasses ==0.7 # [py<37]
- importlib_metadata >=1.4 # [py<38]
- importlib-metadata >=1.4 # [py<38]
- flatten-dict >=0.4.1,<1
- tabulate >=0.8.7
- pygtrie >=2.3.2
Expand Down Expand Up @@ -152,6 +154,7 @@ outputs:
requires:
- git
- pip
- portalocker <2.0 # Temporary; see discussion around <https://github.com/conda-forge/dvc-feedstock/pull/234#issuecomment-907311619>
imports:
- dvc
commands:
Expand Down