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 458d880 commit 4fedf8eCopy full SHA for 4fedf8e
pyproject.toml
@@ -37,6 +37,7 @@ classifiers = [
37
dependencies = [
38
"matplotlib",
39
"numpy",
40
+ "orbax-checkpoint",
41
"scikit-learn",
42
"scikit-optimize>=0.9.0",
43
"scipy",
requirements.txt
@@ -1,5 +1,6 @@
1
matplotlib
2
numpy
3
+orbax-checkpoint
4
scikit-learn
5
scikit-optimize>=0.9.0
6
scipy
0 commit comments