-
Notifications
You must be signed in to change notification settings - Fork 9
Revert "Bump numpy from 1.21.6 to 1.22.0 in /docker-init in the pip group across 1 directory" #35
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
Revert "Bump numpy from 1.21.6 to 1.22.0 in /docker-init in the pip group across 1 directory" #35
Conversation
…roup acr…" This reverts commit 6d3cf13.
WalkthroughThe changes involve an update to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Docker
participant Requirements
User->>Docker: Request to build image
Docker->>Requirements: Check requirements.txt
Requirements-->>Docker: Provide numpy version 1.21.6
Docker-->>User: Build successful with numpy 1.21.6
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…roup across 1 directory" (#35) Reverts #23 This broke our script. When running: `docker-compose -f docker-init/compose.yaml up --build` I get the error: ``` 2.676 ERROR: No matching distribution found for numpy==1.22.0 ------ 2.675 ERROR: Could not find a version that satisfies the requirement numpy==1.22.0 (from versions: 1.3.0, 1.4.1, 1.5.0, 1.5.1, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0.post2, 1.10.1, 1.10.2, 1.10.4, 1.11.0, 1.11.1, 1.11.2, 1.11.3, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 1.13.3, 1.14.0, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.14.5, 1.14.6, 1.15.0, 1.15.1, 1.15.2, 1.15.3, 1.15.4, 1.16.0, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.16.6, 1.17.0, 1.17.1, 1.17.2, 1.17.3, 1.17.4, 1.17.5, 1.18.0, 1.18.1, 1.18.2, 1.18.3, 1.18.4, 1.18.5, 1.19.0, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.19.5, 1.20.0, 1.20.1, 1.20.2, 1.20.3, 1.21.0, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6) 2.676 ERROR: No matching distribution found for numpy==1.22.0 ------ failed to solve: process "/bin/sh -c pip3 install --upgrade pip; pip3 install -r requirements.txt" did not complete successfully: exit code: 1 ``` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the version of the `numpy` package to improve compatibility and performance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Reverts #23
This broke our script. When running:
docker-compose -f docker-init/compose.yaml up --buildI get the error:
Summary by CodeRabbit
numpypackage to improve compatibility and performance.