Skip to content

Commit 4c71945

Browse files
committed
clean up env and reqs
1 parent c4c9ed8 commit 4c71945

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

environment.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: compas_cgal
1+
name: cgal-dev
22
channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.9
7-
- compas
8-
- cmake
6+
- python
97
- pip
8+
- cmake
9+
- compas
1010
- pip:
11-
- -r requirements-dev.txt
12-
- -e .
11+
- -r requirements-dev.txt

requirements-dev.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
compas
2-
pytest>=7.0.0
3-
pytest-cov>=4.0.0
4-
line_profiler>=4.0.0
5-
nanobind>=1.3.2
6-
scikit-build-core[pyproject]>=0.10
71
attrs >=17.4
82
black ==24.3.0
93
bump-my-version
104
compas_invocations2
115
compas_viewer
126
invoke >=0.14
7+
line_profiler>=4.0.0
8+
pytest>=7.0.0
9+
pytest-cov>=4.0.0
10+
nanobind>=1.3.2
1311
ruff
12+
scikit-build-core[pyproject]>=0.10
1413
sphinx_compas2_theme
1514
twine
16-
wheel
15+
wheel

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
line_profiler
2-
compas_viewer
1+
compas

0 commit comments

Comments
 (0)