From c8fe02c45ef05905b988d4ce4721770af765bf19 Mon Sep 17 00:00:00 2001 From: ioannam Date: Sun, 14 May 2023 20:13:47 +0200 Subject: [PATCH] Brought back environment.yml --- CHANGELOG.rst | 2 +- environment.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 environment.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 39874e9a..1af1623a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,7 +15,7 @@ Unreleased **Changed** **Fixed** -* Fixed bug in sorting to vertical layers +* Fixed bug in sorting to vertical layers **Deprecated** diff --git a/environment.yml b/environment.yml new file mode 100644 index 00000000..03c38fc2 --- /dev/null +++ b/environment.yml @@ -0,0 +1,14 @@ +name compas_slicer +channels + - conda-forge + +dependencies + - python + - pip + - compas=1.0.0 + - networkx + - numpy + - progressbar2=3.53 + - pyclipper=1.2.0 + - rdp=0.8 + - igl \ No newline at end of file