Skip to content

Commit

Permalink
Bumped versions of grpcio and grpcio-tools. Removed support for Pytho…
Browse files Browse the repository at this point in the history
…n 3.7, added support for 3.11, 3.12
  • Loading branch information
stefanhellander committed Nov 15, 2023
1 parent 6e58f98 commit 2c1bf98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fedn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
author_email='[email protected]',
url='https://www.scaleoutsystems.com',
py_modules=['fedn'],
python_requires='>=3.7,<3.11',
python_requires='>=3.8,<=3.12',
install_requires=[
"PyYAML>=5.4",
"requests",
"urllib3>=1.26.4",
"minio",
"python-slugify",
"grpcio~=1.48.0",
"grpcio-tools",
"grpcio~=1.59.0",
"grpcio-tools~=1.59.0",
"numpy>=1.21.6",
"protobuf",
"pymongo",
Expand Down

0 comments on commit 2c1bf98

Please sign in to comment.