-
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.
Remove torch and modularize requirements (#39)
* Modularize requirements, remove torch (thanks to changes in common utils) * Update common_utils ref * Use requirements ref in pyproject.toml * Add fix
- Loading branch information
1 parent
2329e70
commit 4b2c1c7
Showing
6 changed files
with
28 additions
and
22 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 ca5488