Skip to content

Commit

Permalink
Remove numba from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales committed May 5, 2024
1 parent 9be03cc commit c792008
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ Moreover, generating protein embeddings should ideally be done on a machine with
| [`xgboost`](https://xgboost.readthedocs.io/en/stable/) | Implements machine learning algorithms under the gradient boosting framework | Apache License 2.0 |
| [`imbalanced-learn`](https://imbalanced-learn.org/stable/) | Provides tools when dealing with classification with imbalanced classes | MIT License |
| [`joblib`](https://joblib.readthedocs.io/en/latest/) | Provides tools for lightweight pipelining in Python | BSD 3-Clause "New" or "Revised" License |
| [`numba`](https://numba.pydata.org/) | Translates Python functions to optimized machine code at runtime using the industry-standard LLVM compiler library | BSD 2-Clause "Simplified" License |
| [`cudatoolkit`](https://developer.nvidia.com/cuda-toolkit) | Parallel computing platform and programming model for general computing on GPUs | NVIDIA Software License |
| [`bio_embeddings`](https://docs.bioembeddings.com/v0.2.3/) | Provides an interface for the use of language model-based biological sequence representations for transfer-learning | MIT License |
| [`torch`](https://pytorch.org/) | Optimized tensor library for deep learning using GPUs and CPUs | BSD 3-Clause "New" or "Revised" License |
Expand Down
1 change: 0 additions & 1 deletion environment_experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- pyyaml=5.4.1
- xgboost=1.7.6
- joblib
- numba
- matplotlib
- jsonnet
- pip
Expand Down

0 comments on commit c792008

Please sign in to comment.