Skip to content

Commit 41666fa

Browse files
authored
Updating the requirements.txt file and adding packaging as a dependency (#190)
1 parent b6391ea commit 41666fa

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies = [
1818
"orbax-checkpoint",
1919
"uvicorn",
2020
"requests",
21+
"packaging",
2122
]
2223

2324
# `version` is automatically set by flit to use `my_project.__version__`

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
jax[cpu]>=0.5.1
21
absl-py
2+
fastapi
3+
jax>=0.7.2
34
orbax-checkpoint
45
uvicorn
5-
fastapi
6-
google-cloud-logging
6+
requests
7+
packaging

0 commit comments

Comments
 (0)