Skip to content

Commit

Permalink
Merge branch 'develop' into feature/proxyjump
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx authored Jul 14, 2021
2 parents 054e300 + 6bf2f37 commit 04520e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/intro/install_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ This is the *recommended* installation method to setup AiiDA on a personal lapto

.. code-block:: console
$ python -m pip venv ~/envs/aiida
$ python -m venv ~/envs/aiida
$ source ~/envs/aiida/bin/activate
(aiida) $ pip install aiida-core
(aiida) $ reentry scan
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pg8000==1.17.0
pgsu==0.2.0
pgtest==1.3.2
pickleshare==0.7.5
Pillow==8.1.1
Pillow==8.2.0
plotly==4.14.3
pluggy==0.13.1
plumpy==0.19.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pg8000==1.17.0
pgsu==0.2.0
pgtest==1.3.2
pickleshare==0.7.5
Pillow==8.1.1
Pillow==8.2.0
plotly==4.14.3
pluggy==0.13.1
plumpy==0.19.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pg8000==1.17.0
pgsu==0.2.0
pgtest==1.3.2
pickleshare==0.7.5
Pillow==8.1.1
Pillow==8.2.0
plotly==4.14.3
pluggy==0.13.1
plumpy==0.19.0
Expand Down

0 comments on commit 04520e4

Please sign in to comment.