Skip to content

Commit

Permalink
Deprecate python3.8 (eol)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorosa committed Feb 14, 2025
1 parent 3f0b122 commit fdebc68
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Flask
flask_jwt_extended
GitPython
hyperscan==0.7.8; python_version > "3.8"
hyperscan==0.7.0; python_version <= "3.8"
hyperscan==0.7.8
numpy
pandas
psycopg2-binary
Expand All @@ -11,9 +10,7 @@ python-dotenv
pyyaml
rich~=13.9
srsly>=2.4.0
tensorflow==2.18.0; python_version > "3.8"
tensorflow==2.13.1; python_version <= "3.8"
tensorflow-text==2.18.1; python_version > "3.8"
tensorflow-text==2.13.0; python_version <= "3.8"
tensorflow==2.18.0
tensorflow-text==2.18.1
tf-models-official
transformers

0 comments on commit fdebc68

Please sign in to comment.