We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960b8b1 commit fe93c08Copy full SHA for fe93c08
1 file changed
pyproject.toml
@@ -78,7 +78,11 @@ bounce = [
78
"pytest>=7.3.1,<7.4.0",
79
"bounce @ git+https://github.com/miguelgondu/bounce.git@main"
80
]
81
-lambo2 = ["pytorch-cortex", "beignet"]
+lambo2 = [
82
+ "pytorch-cortex",
83
+ "beignet",
84
+ "pydantic<2.0.0",
85
+]
86
87
[project.urls]
88
Homepage = "https://github.com/MachineLearningLifeScience/poli-baselines"
0 commit comments