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

Changes for initial installation #1

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

jamesmharvey
Copy link
Contributor

Two changes to make the instructions from the readme run correctly:

source .venv/bin/activate
pip install -r requirements.txt

This PR updates numpy to 1.26 because 1.23 no longer works with Python 3.12 (See numpy/numpy#23808)

python fieldpick/create-teams.py

This PR adds a None check to prevent create-teams.py from crashing on its initial run.

Python 3.12 no longer supports numpy 1.23.
See numpy/numpy#23808 for details.
If existing_content was None we'd get an AttributeError
when we called existing_content.equals(); this adds an
explicit None check.
@jkrauska jkrauska merged commit 564ccae into jkrauska:main Dec 4, 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