Skip to content

Commit

Permalink
Merge pull request #20 from hamelin/fix-environment-yml
Browse files Browse the repository at this point in the history
Fix environment.yml so it effectively generates a dev env
  • Loading branch information
jc-healy committed Jan 29, 2023
2 parents 61bab4a + 460306a commit ad1d3ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ dependencies:
- numpy>=1.22
- pandas
- matplotlib
- umap-learn
- hdbscan
- setuptools
- glasbey
- colorcet
- cmocean
- pip
- pip:
- -e .
- glasbey
- hdbscan
- umap-learn

0 comments on commit ad1d3ad

Please # to comment.