diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 713b5f7..60fa3b6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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