Skip to content

Commit f7e0a3a

Browse files
authored
Merge pull request #8530 from chaen/v9.1_fix_pyyaml_deps
fix: proper case for conda deps
2 parents b6f96b9 + 56f7990 commit f7e0a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies:
9797
- types-cachetools
9898
- types-python-dateutil
9999
- types-pytz
100-
- types-PyYAML
100+
- types-pyyaml
101101
- types-requests
102102
- types-setuptools
103103
- pip:

0 commit comments

Comments
 (0)