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

Update Python requirements #4924

Merged
merged 1 commit into from
May 21, 2024
Merged

Update Python requirements #4924

merged 1 commit into from
May 21, 2024

Conversation

jngrad
Copy link
Member

@jngrad jngrad commented May 21, 2024

Description of changes:

  • replace np.product() (deprecated in NumPy 1.15 and removed in NumPy 2.0) by np.prod()
  • bump Python version requirement of requests due to CVE-2024-35195
  • adjust Python version requirements to resolve all dependency issues
    • python3 -m pip install -r requirements.txt now works again

@jngrad jngrad added Python dependencies Pull requests that update a dependency file labels May 21, 2024
@jngrad jngrad requested a review from reinaual May 21, 2024 12:50
@jngrad jngrad added this to the ESPResSo 4.2.2 milestone May 21, 2024
@jngrad jngrad added the automerge Merge with kodiak label May 21, 2024
@kodiakhq kodiakhq bot merged commit 30225b4 into espressomd:python May 21, 2024
10 checks passed
@jngrad jngrad deleted the python-deps branch May 21, 2024 14:44
jngrad pushed a commit to jngrad/espresso that referenced this pull request May 22, 2024
Description of changes:
- replace `np.product()` (deprecated in NumPy 1.15 and removed in NumPy 2.0) by `np.prod()`
- bump Python version requirement of `requests` due to CVE-2024-35195
- adjust Python version requirements to resolve all dependency issues
   - `python3 -m pip install -r requirements.txt` now works again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge with kodiak dependencies Pull requests that update a dependency file Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants