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

Requirements #10

Open
pyZerrenner opened this issue Dec 14, 2019 · 1 comment
Open

Requirements #10

pyZerrenner opened this issue Dec 14, 2019 · 1 comment
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@pyZerrenner
Copy link
Owner

DOPpy.py imports

from __future__ import division  # supports true division for Python 2.7

import struct
from warnings import warn
import numpy as np
import bz2
import gzip
import matplotlib.pyplot as plt

Except for numpy and matplotlib these should be build-in modules of Python.
Which versions of numpy and matplotlib are the minimum requirement?

@pyZerrenner pyZerrenner added the enhancement New feature or request label Dec 14, 2019
@pyZerrenner pyZerrenner added this to the v2.12 milestone Dec 14, 2019
@pyZerrenner pyZerrenner added this to ToDo in Publish on PyPI via automation Dec 14, 2019
@pyZerrenner
Copy link
Owner Author

setup.py now states requirements as numpy and matplotlib without any version information.

@pyZerrenner pyZerrenner added documentation Improvements or additions to documentation and removed enhancement New feature or request labels Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Development

No branches or pull requests

1 participant