Skip to content

Commit

Permalink
Switched to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Nov 1, 2024
1 parent 984745c commit c73e680
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions environment_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@ channels:
- defaults
dependencies:
- python==3.12
- jupytext
- monkeytype
- numpy
- pandas
- pip
- pre-commit
- pyarrow
- pytest
- scikit-learn
- scipy
# build
- build
- meson
- ninja
# publish
- twine
- pip:
- jupytext
- monkeytype
- numpy
- pandas
- pip
- pre-commit
- pyarrow
- pytest
- scikit-learn
- scipy
# build
- build
- meson
- ninja
# publish
- twine

0 comments on commit c73e680

Please sign in to comment.