Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #20

Merged
merged 3 commits into from
Sep 25, 2019
Merged

Develop #20

merged 3 commits into from
Sep 25, 2019

Conversation

yakutovicha
Copy link
Member

No description provided.

yakutovicha and others added 3 commits September 20, 2019 22:59
Pipfile was specifying python version 2.7, now switching to python 3.

For an unknown reason, when running
```
pipenv lock --requirements > requirements.txt_stable 
pipenv lock --dev --requirements > requirements.txt_dev
```

both `requirements.txt_stable`  and `requirements.txt_dev` end up having the line
```
ipython==7.7.0 ; python_version >= '3.3'
```
despite the fact that aiida-core clearly requests ipython<6:
https://github.com/aiidateam/aiida-core/blob/91715883b30409397cc034704b41908fa2e42fb6/setup.json#L45
set:
* ipython = "<6"
* tornado = "<5"
* python_version = ">=3.6"

bump:
* aiida-cp2k
* aiida-quantumespresso
* aiida-raspa
@yakutovicha yakutovicha merged commit e72f641 into master Sep 25, 2019
@yakutovicha yakutovicha mentioned this pull request Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants