Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock req versions + release number #261

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ requires = [
"setuptools",
"farm-ng-package",
"pybind11",
"wheel",
"grpcio==1.64.1",
"grpcio-tools==1.64.1",
]
build-backend = "setuptools.build_meta"
11 changes: 7 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = farm_ng_core
version = 2.3.2-dev
version = 2.3.2
description =
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -21,9 +21,12 @@ classifiers =

[options]
python_requires = >=3.8
setup_requires =
wheel
install_requires =
protobuf==5.27.2
grpcio==1.64.1
grpcio==1.56.2
grpcio-tools==1.56.2
protobuf==4.23.4
MScatolin marked this conversation as resolved.
Show resolved Hide resolved
psutil
numpy

Expand All @@ -41,7 +44,7 @@ test =
pylint-protobuf
anyio
types-protobuf
grpcio-tools==1.64.1
grpcio-tools==1.56.2

dev =
%(test)s
Expand Down
Loading