Skip to content

Commit

Permalink
Merge branch 'develop' into 255-specify-version-of-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Apr 8, 2024
2 parents 0c048a1 + 732de5e commit ec3b78a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
Use the following command to install:

```console
$ pip install -e .[pollen,dev]
$ pip install -e .[dev]
```

The *[dev]* option includes tools for developers. The *[pollen]* option contains custom Pollen Robotics repositories. It is essential but not included in the default installation because GitHub Actions cannot directly fetch from private repositories.
The *[dev]* option includes tools for developers.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ install_requires =
pyquaternion==0.9.9
opencv-python>=4.8.0, <4.9.0
mobile-base-sdk@git+https://github.com/pollen-robotics/mobile-base-sdk.git
reachy2-sdk-api@git+https://[email protected]/pollen-robotics/reachy2-sdk-api.git#subdirectory=python

[options.packages.find]
where = src
Expand All @@ -34,7 +35,6 @@ dev = black==23.12.1
isort==5.13.2
types-protobuf>=4.24.0,<=4.25.3
pdoc>=14.0.0,<=14.4.0
pollen = reachy2-sdk-api@git+ssh://[email protected]/pollen-robotics/reachy2-sdk-api.git#subdirectory=python

[flake8]
exclude = *test*
Expand Down
2 changes: 1 addition & 1 deletion src/reachy2_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

from .reachy_sdk import ReachySDK # noqa: F401

__version__ = "2.0.0"
__version__ = "1.0.0"

0 comments on commit ec3b78a

Please sign in to comment.