Skip to content

Commit 6ab2649

Browse files
committed
Raise psutil in all yml files/tool
1 parent 3ec2252 commit 6ab2649

7 files changed

Lines changed: 7 additions & 1 deletion

File tree

devel/bin/mccode-create-conda-yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def create_deplist( cfg ):
2121
return deps
2222

2323
#The rest are run-time deps:
24-
deps += ['python','c-compiler','pyaml','numpy']
24+
deps += ['python','c-compiler','pyaml','numpy','psutil']
2525
if cfg.is_unix:
2626
deps += ['bash']
2727
if cfg.is_win:

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies:
1515
- compilers
1616
- gsl
1717
- pyaml
18+
- psutil
1819
- ply
1920
- matplotlib-base
2021
- numpy

mcstas-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies:
1515
- compilers
1616
- gsl
1717
- pyaml
18+
- psutil
1819
- ply
1920
- matplotlib-base
2021
- numpy

mcxtrace-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies:
1515
- compilers
1616
- gsl
1717
- pyaml
18+
- psutil
1819
- ply
1920
- matplotlib-base
2021
- numpy

meta-pkgs/windows/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies:
1515
- m2w64-gsl
1616
- msmpi
1717
- pyaml
18+
- psutil
1819
- ply
1920
- numpy
2021
- tornado

meta-pkgs/windows/mcstas-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
- gsl
1515
- msmpi
1616
- pyaml
17+
- psutil
1718
- ply
1819
- numpy
1920
- tornado

meta-pkgs/windows/mcxtrace-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
- gsl
1515
- msmpi
1616
- pyaml
17+
- psutil
1718
- ply
1819
- numpy
1920
- tornado

0 commit comments

Comments
 (0)