Skip to content

Commit 5fec763

Browse files
authored
Renames poli to poli-core in environments (#62)
1 parent b5e3267 commit 5fec763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"pymoo",
2929
"botorch",
3030
"cma",
31-
"poli @ git+https://github.com/MachineLearningLifeScience/poli.git",
31+
"poli-core @ git+https://github.com/MachineLearningLifeScience/poli.git",
3232
]
3333

3434
[project.optional-dependencies]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy<2
2-
poli @ git+https://github.com/MachineLearningLifeScience/poli.git
2+
poli-core @ git+https://github.com/MachineLearningLifeScience/poli.git
33
pymoo
44
torch
55
botorch

0 commit comments

Comments
 (0)