File tree Expand file tree Collapse file tree 7 files changed +29
-72
lines changed Expand file tree Collapse file tree 7 files changed +29
-72
lines changed Original file line number Diff line number Diff line change 24
24
path : ~/conda_pkgs_dir
25
25
key :
26
26
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
27
- hashFiles('environment_dev .yml') }}
27
+ hashFiles('environment .yml') }}
28
28
29
29
- name : Setup conda and environment
30
30
uses : conda-incubator/setup-miniconda@v2
34
34
mamba-version : " *"
35
35
channel-priority : true
36
36
activate-environment : coco-dev
37
- environment-file : environment_dev .yml
37
+ environment-file : environment .yml
38
38
use-only-tar-bz2 : true # required for caching
39
39
40
40
- name : List environment
Original file line number Diff line number Diff line change 1
- pandas >= 1.0
2
- numpy >= 1.20
3
- matplotlib >= 2.0.0
4
- requests >= 2.18
5
- xlrd > 1.1.0
6
- openpyxl >= 3.0.6
7
1
docutils < 0.18
8
2
sphinx >= 1.6.4
9
3
sphinx_rtd_theme >= 0.2.4
Original file line number Diff line number Diff line change 1
- name : pymrio
1
+ name : pymrio_dev
2
2
channels :
3
3
- defaults
4
4
- anaconda
5
5
- conda-forge
6
- - konstantinstadler
7
6
dependencies :
7
+ # core
8
8
- pandas >= 1.0
9
9
- numpy >= 1.20
10
10
- matplotlib >= 2.0.0
11
11
- requests >= 2.18
12
12
- xlrd > 1.1.0
13
13
- openpyxl >= 3.0.6
14
14
- docutils >= 0.14
15
+ # testing and developing
16
+ - pdbpp
17
+ - country_converter >= 0.7.0
18
+ - pytest=5.4.3
19
+ - isort >= 5.6.0
20
+ - pytest-black
21
+ - pytest-cov
22
+ - nbval
23
+ - black >= 20.8b1
24
+ - ipython
25
+ - jupyterlab=3
26
+ - jupytext
27
+ - coveralls
28
+ - pynvim
29
+ - sphinx >= 1.6.4
30
+ - sphinx_rtd_theme >= 0.2.4
31
+ - ipykernel
32
+ - nbsphinx
15
33
- pip
16
34
- pip :
17
- - pymrio
18
-
35
+ - pandasgui
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- pandas >= 1.0
2
- numpy >= 1.20
3
- matplotlib >= 2.0.0
4
- requests >= 2.18
5
- xlrd > 1.1.0
6
- openpyxl >= 3.0.6
7
- docutils < 0.18
8
-
1
+ .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 21
21
},
22
22
# This some needs to be here and in requirments.txt (for conda)
23
23
install_requires = [
24
- "pandas >= 0.25.0" ,
24
+ "pandas >= 1.0" ,
25
+ "numpy >= 1.20" ,
25
26
"matplotlib >= 2.0.0" ,
26
27
"requests >= 2.18" ,
27
- "numpy >= 1.13.4" ,
28
- "xlrd >= 1.1.0" ,
28
+ "xlrd > 1.1.0 " ,
29
+ "openpyxl >= 3.0.6" ,
30
+ "docutils >= 0.14" ,
29
31
],
30
32
classifiers = [
31
33
"Programming Language :: Python :: 3.7" ,
You can’t perform that action at this time.
0 commit comments