We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fb105 commit 6582254Copy full SHA for 6582254
pyproject.toml
@@ -59,7 +59,7 @@ learning = [
59
"tqdm >=4.66.1",
60
"pandas >=2.0.3",
61
"matplotlib >=3.7.4",
62
- "morl_baselines[all] @ git+https://github.com/LucasAlegre/morl-baselines"
+ "morl_baselines[all]"
63
]
64
all = [
65
# All dependencies above except accept-rom-license
@@ -76,7 +76,7 @@ all = [
76
77
78
79
- "morl_baselines[all] @git+https://github.com/LucasAlegre/morl-baselines"
80
81
testing = ["pytest ==7.1.3"]
82
0 commit comments