Skip to content

Commit 605f3d4

Browse files
authored
Merge pull request #59 from pyiron/fix_conda
Enforce strict dependencies for conda
2 parents 8802533 + 6772f49 commit 605f3d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.ci_support/environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- defusedxml >=0.6.0
4+
- defusedxml =0.6.0
55
- coveralls
66
- coverage
77
- codacy-coverage
8-
- pandas >=1.2.1
9-
- pyyaml >=5.4.1
10-
- jinja2 >=2.11.3
11-
- paramiko >=2.7.2
12-
- tqdm >=4.56.0
8+
- pandas =1.2.1
9+
- pyyaml =5.4.1
10+
- jinja2 =2.11.3
11+
- paramiko =2.7.2
12+
- tqdm =4.56.0

0 commit comments

Comments
 (0)