Skip to content

Commit 86b7c61

Browse files
authored
Merge pull request #3 from sdsc-ordes/feat/renku-dev
miniconda environment.yml
2 parents 2f6e7cd + 35f8162 commit 86b7c61

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

environment.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: open-pulse-quickstart
2+
channels:
3+
- conda-forge
4+
- nodefaults
5+
6+
dependencies:
7+
- python=3.12
8+
- numba
9+
- scikit-learn
10+
- pandas
11+
- seaborn
12+
- matplotlib
13+
- jupyterlab
14+
- ipykernel>=7.0.1
15+
- xarray
16+
- pytz
17+
- pyparsing
18+
- pip
19+
- pip:
20+
# For neo4j environment
21+
- deepsmiles
22+
- rdkit
23+
- adjusttext>=1.3.0
24+
- python-dotenv>=0.9.9
25+
- matplotlib>=3.10.7
26+
- neo4j>=6.0.2
27+
- networkx>=3.4.2
28+
- numpy>=2.2.6
29+
- pandas>=2.3.3
30+
- pydantic>=2.12.1
31+
32+
# For Tentris notebook environment
33+
- tentris
34+
- rdflib
35+
36+
prefix: /opt/conda

0 commit comments

Comments
 (0)