-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modularize requirements, remove torch (thanks to changes in common ut…
…ils)
- Loading branch information
1 parent
c6aa666
commit 5d58e19
Showing
6 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### additional requirements for development | ||
|
||
|
||
# lint and format checking | ||
pre-commit | ||
ruff == 0.3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### additional requirements to run tests on CI/CD | ||
|
||
scikit-learn | ||
respx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
httpx | ||
omegaconf | ||
pandas | ||
httpx>=0.27.2 | ||
omegaconf>=2.3.0 | ||
pandas>=1.3.0 | ||
password-strength | ||
scikit-learn | ||
torch | ||
|
||
# for testing | ||
respx | ||
|
||
# development tool | ||
pre-commit | ||
ruff == 0.3.3 | ||
scikit-learn>=1.5.2 |
Submodule tabpfn_common_utils
updated
from c26d6d to 9fca30