Simon9 commited on
Commit
3477b9f
·
verified ·
1 Parent(s): 1787bdd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  fastapi
2
  uvicorn[standard]
3
  python-multipart
 
4
  supervision>=0.23.0 # Newer version supports numpy 2.x
5
  inference-gpu==0.62.2
6
  git+https://github.com/roboflow/sports.git
@@ -13,5 +14,4 @@ opencv-python-headless
13
  plotly
14
  more-itertools
15
  Pillow
16
- tqdm
17
- psutil>=7.0.0
 
1
  fastapi
2
  uvicorn[standard]
3
  python-multipart
4
+ psutil>=7.0.0 # Move this up before inference-gpu
5
  supervision>=0.23.0 # Newer version supports numpy 2.x
6
  inference-gpu==0.62.2
7
  git+https://github.com/roboflow/sports.git
 
14
  plotly
15
  more-itertools
16
  Pillow
17
+ tqdm