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

Remove python2 dependencies #17

Merged
merged 2 commits into from
Sep 20, 2019
Merged

Remove python2 dependencies #17

merged 2 commits into from
Sep 20, 2019

Conversation

yakutovicha
Copy link
Member

fixes #16

ipython-genutils==0.2.0
ipython==5.8.0
ipython==7.7.0 ; python_version >= '3.3'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, I don't know. If I run

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'

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm... perhaps because aiida-core is a dev package?

I wonder what type of dependency resolution is actually done for dev packages?

Copy link
Member

@ltalirz ltalirz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll approve these changes for now and will fix the ipython dependency by hand

@ltalirz ltalirz merged commit 07ff515 into develop Sep 20, 2019
@yakutovicha yakutovicha deleted the remove_python2_dependencies branch September 22, 2019 10:39
@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