You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
380 B
23 lines
380 B
# Alpha Lab - Experiment dependencies
|
|
# The qshare library is already installed in the virtual environment
|
|
|
|
# Jupyter and visualization
|
|
jupyter>=7.0.0
|
|
matplotlib>=3.7.0
|
|
seaborn>=0.12.0
|
|
plotly>=5.18.0
|
|
|
|
# Data processing
|
|
pandas>=2.0.0
|
|
numpy>=1.24.0
|
|
polars>=0.20.0
|
|
pyarrow>=14.0.0
|
|
|
|
# Machine learning
|
|
xgboost>=2.0.0
|
|
scikit-learn>=1.3.0
|
|
|
|
# Utilities
|
|
tqdm>=4.65.0
|
|
python-dotenv>=1.0.0
|