Skip to content

Commit

Permalink
removed trash files + fixed non linux requirements-text file
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractqqq committed Dec 7, 2024
1 parent a275da9 commit 69a582e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ maturin>=1.7; sys_platform != "linux"
polars
pre-commit
ipykernel
numpy # for all functionalities, including linear models
numpy
3 changes: 2 additions & 1 deletion tests/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# requirements for testing
maturin[patchelf]
maturin[patchelf]>=1.7; sys_platform == "linux"
maturin>=1.7; sys_platform != "linux"
polars
numpy
scikit-learn
Expand Down

0 comments on commit 69a582e

Please sign in to comment.