Skip to content

Commit

Permalink
Add an example conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Jan 5, 2024
1 parent 75b4446 commit a757fbf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Development Tools

Files useful to setting up a development environment
18 changes: 18 additions & 0 deletions dev/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Environment useful for development and running examples
name: colmena
channels:
- defaults
dependencies:
- python==3.11.*

# Used in examples
- pandas==1.*
- matplotlib
- scikit-learn
- jupyterlab

- pip
- pip:
- jupyterlab-spellchecker
- nbstripout
- -e ..[test,globus]

0 comments on commit a757fbf

Please sign in to comment.