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

Develop equ advanced #168

Closed
wants to merge 6 commits into from
Closed

Conversation

rburghol
Copy link
Contributor

@rburghol rburghol commented Jul 8, 2024

No description provided.

@timcera
Copy link
Contributor

timcera commented Jul 11, 2024

Add "pyparsing" to the dependencies list in pyproject.toml.

dependencies = [
    "cltoolbox",
    "numba",
    "numpy<2.0",
    "pandas",
    "pyparsing",
    "tables"
]

This should allow the tests to work.

@timcera
Copy link
Contributor

timcera commented Jul 12, 2024

Add "pyparsing" to the dependencies list in pyproject.toml.

dependencies = [
    "cltoolbox",
    "numba",
    "numpy<2.0",
    "pandas",
    "pyparsing",
    "tables"
]

This should allow the tests to work.

Should say that allow tests to work on github.

@rburghol
Copy link
Contributor Author

Thanks @timcera !! My PR was actually a bit premature, I had intended to do this on my fork repo first, but I will be resubmitting this shortly when I finish code development and will include this code block to pyproject.toml.

@rburghol rburghol closed this Jul 12, 2024
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