-
Notifications
You must be signed in to change notification settings - Fork 93
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
Closes #1499 - Update Requirements for Pandas #1500
Closes #1499 - Update Requirements for Pandas #1500
Conversation
…as>=1.4.0 and this required updates to other dependencies for minimum supported versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of typos:
- Dependencies can be install using
Anaconda
(Recommended) orpip
.
- Dependencies can be installed using
Anaconda
(Recommended) orpip
.
- Users Enviorment YAML:
arkouda-env.yml
- Developer Enviornment YAML:
arkouda-env-dev.yml
Change enviornment to environment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just highlighting the lines from jim's review. It all looks good to me
Closes #1499
setup.py
,arkouda-env-dev.yml
,arkouda-env.yml
, andpydoc/requirements.txt
to include updated dependencies for Pandas. We updated to requirepandas>=1.4.0
which required other minimum versions be updated, namelynumpy>=1.18.5
.REQUIREMENTS.md
file for easy identification of requirements and information on how to install dependencies and update them when they are out of date.