forked from BlockResearchGroup/compas_ags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsd1_osx.yml
16 lines (16 loc) · 839 Bytes
/
csd1_osx.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: csd1b
channels:
- conda-forge
dependencies:
- git
- python=3.8
- python.app
- pip:
- git+https://github.com/compas-dev/compas.git#egg=compas --src SRC
- git+https://github.com/blockresearchgroup/compas_cloud.git#egg=compas_cloud --src SRC
- git+https://github.com/blockresearchgroup/compas_singular.git#egg=compas_singular --src SRC
- git+https://github.com/blockresearchgroup/compas_skeleton.git#egg=compas_skeleton --src SRC
- git+https://github.com/blockresearchgroup/compas_tna.git#egg=compas_tna --src SRC
- git+https://github.com/blockresearchgroup/compas_triangle.git#egg=compas_triangle --src SRC
- git+https://github.com/blockresearchgroup/compas-RV2.git#egg=compas-RV2 --src SRC
- git+https://github.com/blockresearchgroup/compas_ags.git#egg=compas_ags --src SRC