Skip to content

Commit

Permalink
bugfix for pyarrow version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtbs-dev committed Mar 24, 2021
1 parent 069a2a0 commit 78459c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions notebooks/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jupyter:
format_version: '1.2'
jupytext_version: 1.5.0
kernelspec:
display_name: Python [conda env:cord19dev]
display_name: Python [conda env:cv-py]
language: python
name: conda-env-cord19dev-py
name: conda-env-cv-py-py
---

<!-- #region slideshow={"slide_type": "slide"} -->
Expand Down
2 changes: 1 addition & 1 deletion notebooks/environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cv-py
name: cord19

dependencies:
- numpy
Expand Down
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Thurston Sexton <[email protected]>"]
include = ["cv_py/resources/*.yml"]

[tool.poetry.dependencies]
python = "^3.6.1"
python = "^3.8"
tqdm = "^4.43.0"
dacite = "^1.5.0"

Expand All @@ -16,9 +16,9 @@ semantic_version = "^2.8.5"

# basic analytics
pandas = "^1.0.3"
pyarrow = "^0.16.0"
pyarrow = "^3.0.0"
scikit-learn = "^0.24.1"
dask = {extras = ["complete"], version = "^2.13.0"}
scikit-learn = "^0.22.2"

# A list of optional dependencies, choosable by module
## Spacy ecosystem
Expand All @@ -32,7 +32,6 @@ flair = { version = "^0.4.5", optional = true}
holoviews = {extras = ["recommended"], version = "^1.13.2", optional = true}
seaborn = {version = "^0.10.0", optional = true}
panel = {version = "^0.9.5", optional = true}

[tool.poetry.extras]
spacy = ["textacy", "scispacy"]
flair = ["flair"]
Expand All @@ -45,7 +44,7 @@ cv-download = 'cv_py.resources.datapackage:download_cli'
pytest = ">=4.6"
black = "^19.10b0"
taskipy = "^1.2.1"
poetry-dynamic-versioning = "^0.6.0"
poetry-dynamic-versioning = "^0.10.0"

[tool.taskipy.tasks]
format = "black cv_py/"
Expand Down

0 comments on commit 78459c5

Please sign in to comment.