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

MAINT Remove requirements files #240

Merged
merged 9 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try again
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Mar 6, 2024
commit baabb421b238b201121f3d02525ad431d973de53
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup submodule
run: |
python -m pip install --upgrade pip
python -m pip install spin
python -m pip install -r build_requirements.txt
python -m spin setup-submodule
python -m pip install .[build]

Expand Down
4 changes: 2 additions & 2 deletions build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
meson
meson-python
cython==0.29.36
cython>=3.0.8
ninja
numpy
scikit-learn>=1.3.1
scikit-learn>=1.4.1
click
rich-click
doit
Expand Down
Loading