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

Specifying versions based on Ignacio Aguirre's recommendations #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kasra-keshavarz
Copy link

Addressing #16. Specifying the version of dependencies as following:

    'numpy==1.26.4',
    'pandas==2.2.2',
    'scipy==1.13.1',
    'scikit-learn',  # No specific version specified
    'copulae==0.7.9',
    'matplotlib',    # No specific version specified
    'jupyter'        # No specific version specified

I think some investigation is needed to not necessarily fix the version, but provide a minimum and/or maximum version instead.

@ShervanGharari
Copy link
Contributor

Maybe would be nice, linked to #15, to have tested samples of requirements files for different Python 3.X. The suggested copulae==0.7.9 may cause issues with Python3.8 as it passed the end of life expensentecy.

@kasra-keshavarz
Copy link
Author

Feel free to modify the PR if you want these changes.

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.

2 participants