We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c679538 commit 5495215Copy full SHA for 5495215
.conda-envs/meta.yaml
@@ -11,21 +11,21 @@ build:
11
12
requirements:
13
host:
14
- - jinja2 ~=3.1.6
15
- - lazy_loader~=0.4
+ - jinja2 >=3.1.6,<3.2
+ - lazy_loader >=0.4,<0.5
16
- pip
17
- - pydantic ~=2.11.7
+ - pydantic >=2.11.7,<2.12
18
- python
19
- - requests ~=2.32.4
20
- - tenacity ~=9.1.2
+ - requests >=2.32.4,<2.33
+ - tenacity >=9.1.2,<9.2
21
- urllib3 >=1.26.0,<3
22
run:
23
24
25
26
27
28
29
30
31
0 commit comments