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

Missing comma in install_requires in setup.py #11

Open
connesy opened this issue Nov 4, 2020 · 0 comments
Open

Missing comma in install_requires in setup.py #11

connesy opened this issue Nov 4, 2020 · 0 comments

Comments

@connesy
Copy link

connesy commented Nov 4, 2020

The list of install_requires in setup.py is missing a comma between 'scipy>=1.0' and matplotlib>=3.1. This makes conda env export fail with

InvalidVersionSpec: Invalid version '1.0matplotlib>=3.1': invalid character(s)

Section in question:

install_requires=['numpy>=1.15',
                  'scipy>=1.0'
                  'matplotlib>=3.1', 
                  'pandas>=0.24'],
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 a pull request may close this issue.

1 participant