Skip to content

Commit

Permalink
Merge pull request #59 from philip-khor/main
Browse files Browse the repository at this point in the history
remove python 3.12 upper bound
  • Loading branch information
ocefpaf authored Apr 26, 2024
2 parents b4dfd03 + 31bd2ad commit b1ee672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ source:

build:
noarch: python
number: 1
number: 2

requirements:
host:
- python >=3.8,<3.12
- python >=3.8
- pip
run:
- python >=3.8,<3.12
- python >=3.8
- notebook
- requests
- psutil
Expand Down

0 comments on commit b1ee672

Please sign in to comment.