We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f6e7cd + 35f8162 commit 86b7c61Copy full SHA for 86b7c61
1 file changed
environment.yml
@@ -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