Skip to content

Missing comma in install_requires in setup.py #11

Description

@connesy

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'],

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions