Skip to content

Commit

Permalink
add new environment
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Apr 9, 2024
1 parent d0f96fe commit 5b10810
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions environment-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: workflow-rdf-v0.1
channels:
- conda-forge
dependencies:
- python >3.8, <3.12
- pyscal3 >=3.1.5
- pyscal-rdf
- rdflib
- pyyaml
- jupyterlab
- graphviz
- python-graphviz
- pyyaml
- ase
- networkx
- pandas
- owlready2
- plotly
- ipywidgets
#workflow packages
- pyiron_base
- pyiron_atomistics
- pyiron-data
- sqlalchemy
- iprpy-data
- sphinxdft >=2.7.0
- sphinxdft-data
- lammps
- nglview
- pip:
- "git+https://github.com/RDFLib/rdflib-sqlalchemy.git@develop"

0 comments on commit 5b10810

Please sign in to comment.