Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 5014bf6

Browse files
authored
Update dependencies env.yml pyproject.toml (#32)
Add dev dependencies to pyproject & remove dev dependencies from env.yml as am planning on using env.yml with mybinder for reproducible notebooks which won't need any dev deps
1 parent ed8c89c commit 5014bf6

3 files changed

Lines changed: 231 additions & 11 deletions

File tree

environment.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
name: ber
1+
name: berpublicsearch
22
channels:
33
- conda-forge
44
- defaults
55
dependencies:
66
- python
7+
78
- geopandas
8-
- poetry
9-
- ipython
10-
- requests
119
- dask
10+
- requests
11+
1212
- pyarrow
13+
- numexpr
1314
- tqdm
14-
- pre-commit
15-
- jupyter
16-
- jupyter_contrib_nbextensions
15+
1716
- seaborn
1817
- matplotlib
1918
- descartes
20-
- numexpr
19+
2120
- pip
2221
- pip:
2322
- seai-deap
24-
- git+https://github.com/codema-dev/berpublicsearch
23+
- berpublicsearch

0 commit comments

Comments
 (0)