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

Resolved dependency conflicts #351

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alexfazio
Copy link

Changes made:

  • Raised minimum Python version to 3.9
  • Updated numpy to ^1.25.0
  • Resolved dependency conflicts

Reason for changes:

  • The dependency updates resolve compatibility issues between the project's Python version requirement and numpy's requirements.
  • IDE configuration files have been added, which may improve development experience for users of the same IDE.

Testing:

  • All tests are passing after these changes
  • Note: Tests require LLAMA_CLOUD_API_KEY to be set in the environment

Additional notes:

  • This update requires Python 3.9 or higher. Users with Python 3.8.x will need to upgrade their Python version to use this project.
  • The added .idea files are specific to JetBrains IDEs (like PyCharm). If these files should not be in version control, consider adding them to .gitignore in a future commit.

- Raise minimum Python version to 3.9
- Move numpy to correct section in pyproject.toml
- Update numpy to ^1.25.0
- Resolve dependency conflicts
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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.

1 participant