Skip to content

Commit

Permalink
bump versions for python3.8 (#624)
Browse files Browse the repository at this point in the history
* bump versions for python3.8

* ml train packages update 202-11-27T17:41:35+02:00

* unnecesssary scipy

* organize

* typing_extensions skip

* lxml common test

* h5py==3.12.1
  • Loading branch information
babenek authored Nov 29, 2024
1 parent 7a118a8 commit 6c9ee34
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
24 changes: 14 additions & 10 deletions experiment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
h5py==3.10.0
keras==2.13.1
numpy==1.23.5
# Python 3.10.15
# pip 24.3.1

# version sensetive
h5py==3.12.1
keras==2.15.0
keras-tuner==1.4.7
numpy==1.26.4
onnx==1.17.0
protobuf==3.20.3
tensorflow==2.13.1
tf2onnx==1.16.0
wrapt==1.14.1
scikit-learn==1.5.2
tensorflow==2.15.1
tensorrt==10.1.0
tf2onnx==1.16.1
wrapt==1.14.1

# scikit-learn 1.5.0 may not support python 3.8
scikit-learn==1.5.0

# version
# version insensetive
types-tensorflow
matplotlib
colorama
psutil
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ dependencies = [
"GitPython",
"google_auth_oauthlib",
"humanfriendly",
"lxml==4.9.4; platform_system == 'Darwin' and python_version<'3.9'",
"lxml; platform_system != 'Darwin'",
"lxml",
"numpy<2.0.0",
"oauthlib",
"odfpy",
Expand All @@ -21,15 +20,13 @@ dependencies = [
"pandas",
"password-strength",
"pdfminer.six",
"python-pptx",
"pybase62",
"pyjks",
"python-dateutil",
"python-docx",
"python-pptx",
"PyYAML",
"requests",
"scipy",
"typing_extensions",
"whatthepatch",
]
requires-python = ">=3.8"
Expand Down
55 changes: 27 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,38 @@
# Python 3.8.20
# pip 24.3.1

# build requirement
build==1.2.2.post1
hatchling==1.26.3

# Common requirements
base58==2.1.1
beautifulsoup4==4.12.3
cryptography==43.0.1
GitPython==3.1.41
google-auth-oauthlib==1.2.0
cryptography==43.0.3
GitPython==3.1.43
google-auth-oauthlib==1.2.1
humanfriendly==10.0
lxml==5.1.0
lxml==5.3.0
numpy==1.24.4
# ^ the version supports python 3.8-3.11
# ^ todo: check for py3.12 later https://github.com/numpy/numpy/issues/23808
oauthlib==3.2.2
openpyxl==3.1.2
odfpy==1.4.1
onnxruntime==1.19.2
# ^ ML requirements
openpyxl==3.1.5
pandas==2.0.3
# ^ the version supports by python 3.8
PyYAML==6.0.1
python-docx==1.1.0
requests==2.32.0
typing_extensions==4.9.0
whatthepatch==1.0.6
pdfminer.six==20231228
python-pptx==1.0.2
password-strength==0.0.3.post2
python-dateutil==2.8.2
pyjks==20.0.0
pdfminer.six==20240706
pybase62==1.0.0
base58==2.1.1
odfpy==1.4.1

# ML requirements
numpy==1.24.4
# ^ the version supports python 3.8-3.11
# ^ todo: check for py3.12 later https://github.com/numpy/numpy/issues/23808
scipy==1.10.1
# ^ the version supports python 3.8
onnxruntime==1.18.0

# build requirement
build==1.2.1
hatchling==1.24.2
pyjks==20.0.0
python-dateutil==2.9.0.post0
python-docx==1.1.2
python-pptx==1.0.2
PyYAML==6.0.2
requests==2.32.3
whatthepatch==1.0.6

# Auxiliary
# Tests and maintenance packages
Expand Down

0 comments on commit 6c9ee34

Please sign in to comment.