Skip to content

Commit 52211e1

Browse files
authored
Minor environment updates on 2020-01-14
merges #301
1 parent 6636b91 commit 52211e1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build/environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ dependencies:
77
- cffi=1.12.3
88
- ghp-import=0.5.5
99
- jinja2=2.10.3
10-
- jsonschema=3.1.1
11-
- pandas=0.25.2
10+
- jsonschema=3.2.0
11+
- pandas=0.25.3
1212
- pandoc=2.9
1313
- pango=1.40.14
1414
- pip=19.3
15-
- psutil=5.6.3
16-
- python=3.7.3
17-
- pyyaml=5.1
15+
- psutil=5.6.7
16+
- python=3.7.6
17+
- pyyaml=5.3
1818
- requests=2.22.0
1919
- watchdog=0.9.0
2020
- pip:
2121
- errorhandler==2.0.1
22-
- git+https://github.com/manubot/manubot@5ac49d740aeba413a3af94f8b5d9b78812b641f0
22+
- git+https://github.com/manubot/manubot@6a35918777228197b96e57e195320e42d6039fe1
2323
- jsonref==0.2
2424
- opentimestamps-client==0.7.0
2525
- opentimestamps==0.4.1

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -o errexit \
77
-o pipefail
88

9-
wget https://repo.continuum.io/miniconda/Miniconda3-4.7.10-Linux-x86_64.sh \
9+
wget https://repo.continuum.io/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh \
1010
--output-document miniconda.sh
1111
bash miniconda.sh -b -p $HOME/miniconda
1212
source $HOME/miniconda/etc/profile.d/conda.sh

0 commit comments

Comments
 (0)