-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements-online.txt
More file actions
50 lines (43 loc) · 1.65 KB
/
requirements-online.txt
File metadata and controls
50 lines (43 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
mysql-connector-python==8.1.0 # Note: Do not install mysql-connector instead of this mysql-connector-python
python-logging-loki==0.3.1
# See https://pypi.org/project/prometheus-api-client/
prometheus-api-client==0.5.3
# From Nicholas Renotte video on https://www.youtube.com/watch?v=bD6V3rcr_54
tensorflow-cpu==2.13.0 #Instead of 2.9.2 https://github.com/tensorflow/tensorflow
gymnasium==0.29.1 # 0.29.1 not supported by SB 2.0.0 https://github.com/Farama-Foundation/Gymnasium
#keras
#keras-rl2
#pytorch==v1.13.1 # https://github.com/pytorch/pytorch
#stable_baselines3 (DDPG, ...)
# Use [extra] to install utilisties needed by progression_bar in DDPG learn(progression_bar=True)
#stable_baselines3[extra]==2.1.0
# https://github.com/DLR-RM/stable-baselines3/blob/master/docs/misc/changelog.rst
#stable_baselines3[extra]==2.2.1
#stable_baselines3[extra]==2.3.2
stable_baselines3==2.3.2
#sb3-contrib
# https://pymongo.readthedocs.io/en/stable/
#pymongo==3.5.1
pymongo==4.4.1
# Package for application's configuration
hydra-core==1.3.2
#hydra-ax-sweeper==1.2.0 # Issue here: https://github.com/facebookresearch/hydra/issues/2813
#hydra-optuna-sweeper==1.2.0 # Could use 1.3.2
#optuna==2.10.1 # Could be 3.6.1
#joblib==1.4.2
#hydra-joblib-launcher==1.2.0 # install it through the command line
# packages for notebook and plots
#jupyter-dash==0.4.2 # Should be no longer needed, see https://dash.plotly.com/dash-in-jupyter
#kaleido==0.2.1
#nbformat == 5.9.0
# Misc
tqdm==4.67.1
xxhash==3.5.0 #3.4.1
plotly==5.15.0 # Could be 5.23.0
#minio=7.2.9
scikit-learn==1.3.1
scipy==1.11.4
#xgboost==2.0.3
#typing-extensions==4.12.2 is INCOMPATIBLE with
#typing-extensions==4.3.0
packaging==25.0