File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 66set -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
1111bash miniconda.sh -b -p $HOME /miniconda
1212source $HOME /miniconda/etc/profile.d/conda.sh
You can’t perform that action at this time.
0 commit comments