Skip to content

Commit

Permalink
centos and urllib2 version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopendlebury committed Jan 30, 2024
1 parent ed70e37 commit 3bdfd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gribtoarrow"
version = "0.1.10"
version = "0.1.11"
description = "gribtoarrow is a python module to export data in the GRIB format to Apache Arrow"
authors = ["Hugo Pendlebury", "Lewis Wilkins"]
readme = "README.md"
Expand All @@ -25,7 +25,7 @@ pytest = "^6.0.0"
polars = "^0.20.2"

[build-system]
requires = ["poetry-core", "wheel", "setuptools-cpp", "pyarrow", "requests==2.31.0", "urllib3==1.26.18" "cmake"]
requires = ["poetry-core", "wheel", "setuptools-cpp", "pyarrow", "requests==2.31.0", "urllib3==1.26.18", "cmake"]
build-backend = "poetry.core.masonry.api"

[tool.ruff]
Expand Down

0 comments on commit 3bdfd3e

Please sign in to comment.