sumoy47 commited on
Commit
e7a54ec
·
verified ·
1 Parent(s): 81c6bba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- fastapi
2
- uvicorn
3
- numpy
4
- scikit-learn
5
- joblib
6
- pydantic
7
- # We keep the main library, but remove the dependencies that cause errors
8
- torch-geometric
 
1
+ fastapi
2
+ uvicorn
3
+ numpy<2.0.0
4
+ scikit-learn
5
+ joblib
6
+ pydantic