Skip to content

Commit 5bebc93

Browse files
Copilotgonzalocasas
andcommitted
Restructure environment.yml per review feedback
Move main dependencies (compas, compas_robots, roslibpy, pyserial, pybullet) to conda dependencies section, and use pip only for requirements-dev.txt and editable install. This ensures main packages are installed via conda for better platform compatibility. Co-authored-by: gonzalocasas <933277+gonzalocasas@users.noreply.github.com>
1 parent 190d1e4 commit 5bebc93

1 file changed

Lines changed: 6 additions & 19 deletions

File tree

environment.yml

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,11 @@ channels:
55
dependencies:
66
- python>=3.9
77
- pip
8+
- compas >= 2.0.4, < 3
9+
- compas_robots >= 0.3, < 1
10+
- roslibpy >= 1.1, < 2
11+
- pyserial
812
- pybullet
913
- pip:
10-
- compas >= 2.0.4, < 3
11-
- compas_robots >= 0.3, < 1
12-
- roslibpy >= 1.1, < 2
13-
- pyserial
14-
- attrs >=19.3.0
15-
- black
16-
- bump2version >=1.0.1
17-
- check-manifest >=0.36
18-
- compas-invocations2
19-
- ruff
20-
- importlib_metadata <5.0
21-
- invoke>=0.14
22-
- pytest
23-
- pytest_mock
24-
- pytest-cov
25-
- sphinx_compas2_theme
26-
- sybil~=8.0.1
27-
- twine
28-
- tomlkit
14+
- -r requirements-dev.txt
15+
- -e .

0 commit comments

Comments
 (0)