Skip to content

Commit

Permalink
PKG #578
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 25, 2021
1 parent 43fb41a commit 35b05ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ jobs:
test_all: ${{(github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')) || (github.ref == 'refs/heads/main')}}
convert_win: false
convert_osx: false
test_pyver: "3.7"
test_npver: "1.18"
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build:

requirements:
host:
- python
- python >=3.7,<3.8
- pip
run:
- python >=3.7,<3.8
Expand Down

0 comments on commit 35b05ba

Please sign in to comment.