We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e3267 commit 5fec763Copy full SHA for 5fec763
pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
28
"pymoo",
29
"botorch",
30
"cma",
31
- "poli @ git+https://github.com/MachineLearningLifeScience/poli.git",
+ "poli-core @ git+https://github.com/MachineLearningLifeScience/poli.git",
32
]
33
34
[project.optional-dependencies]
requirements.txt
@@ -1,5 +1,5 @@
1
numpy<2
2
-poli @ git+https://github.com/MachineLearningLifeScience/poli.git
+poli-core @ git+https://github.com/MachineLearningLifeScience/poli.git
3
pymoo
4
torch
5
botorch
0 commit comments