-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathenvironment.yaml
More file actions
21 lines (21 loc) · 835 Bytes
/
environment.yaml
File metadata and controls
21 lines (21 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###############################################################################
# NOTE: This file has been auto-generated by poetry2conda
# poetry2conda version = 0.3.0
# date: Thu Mar 2 23:28:02 2023
###############################################################################
# If you want to change the contents of this file, you should probably change
# the pyproject.toml file and then use poetry2conda again to update this file.
# Alternatively, stop using (ana)conda.
###############################################################################
name: sysml2-env
dependencies:
- python>=3.8,<4.0
- numpy>=1.24.2,<2.0.0
- pandas>=1.5.3,<2.0.0
- openpyxl>=3.1.1,<4.0.0
- typer>=0.7.0,<0.8.0
- pip
- pip:
- anytree>=2.8.0,<3.0.0
- graphviz>=0.20.1,<0.21.0
- antlr4-python3-runtime==4.10