Skip to content

Commit fb551f4

Browse files
authored
Merge pull request #10 from pyinat/0.17
pyinaturalist v0.17.0
2 parents 615809d + f1ba307 commit fb551f4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

recipe/meta.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set name = "pyinaturalist" %}
2-
{% set version = "0.16.0" %}
3-
{% set hash_val = "7db536d89d62297efb2b4cb357f851050cdee41d9b8e58092bbc5ba29c556f84" %}
2+
{% set version = "0.17.0" %}
3+
{% set hash_val = "c7cc2caad5a6f30f89822399333bdadcf902d901b34f93a829e7266ff34ab70a" %}
44

55

66
package:
@@ -18,20 +18,20 @@ build:
1818

1919
requirements:
2020
host:
21-
- python >=3.6
21+
- python >=3.7
2222
- poetry
2323
- pip
2424
run:
25-
- python >=3.6
26-
- appdirs >=1.4
25+
- python >=3.7
2726
- attrs >=21.2
2827
- keyring >=22.3
28+
- platformdirs >=2.5
2929
- python-dateutil >=2.0
30-
- python-forge >=18.6.0
31-
- requests >=2.20
32-
- requests-cache >=0.7.4
33-
- requests-ratelimiter >=0.2
34-
- rich >=10.0,<10.12
30+
- python-forge >=18.6
31+
- requests >=2.25
32+
- requests-cache >=1.0
33+
- requests-ratelimiter >=0.3.2
34+
- rich >=10.0
3535

3636
test:
3737
imports:

0 commit comments

Comments
 (0)