mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Changed requirement to python 3.10 (#3496)
### What problem does this PR solve? Changed requirement to python 3.10. Changed image base to Ubuntu 22.04 since it contains python 3.10. ### Type of change - [x] Refactoring
This commit is contained in:
@ -8,7 +8,7 @@ readme = "README.md"
|
||||
package-mode = true
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
python = ">=3.10,<3.13"
|
||||
requests = "^2.30.0"
|
||||
beartype = "^0.18.5"
|
||||
pytest = "^8.0.0"
|
||||
|
||||
Reference in New Issue
Block a user