We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6391ea commit 41666faCopy full SHA for 41666fa
2 files changed
pyproject.toml
@@ -18,6 +18,7 @@ dependencies = [
18
"orbax-checkpoint",
19
"uvicorn",
20
"requests",
21
+ "packaging",
22
]
23
24
# `version` is automatically set by flit to use `my_project.__version__`
requirements.txt
@@ -1,6 +1,7 @@
1
-jax[cpu]>=0.5.1
2
absl-py
+fastapi
3
+jax>=0.7.2
4
orbax-checkpoint
5
uvicorn
-fastapi
6
-google-cloud-logging
+requests
7
+packaging
0 commit comments