Skip to content

Commit

Permalink
chore: revert deps changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 14, 2023
1 parent a0e85db commit 117b91a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ atpublic = ">=2.3,<5"
bidict = ">=0.22.1,<1"
filelock = ">=3.7.0,<4"
multipledispatch = ">=0.6,<2"
numpy = "<1.24"
pandas = "<2"
numpy = ">=1,<2"
pandas = ">=1.2.5,<3"
parsy = ">=2,<3"
pins = { version = ">=0.8.3,<1", extras = ["gcs"] }
pyarrow = ">=2,<14"
Expand Down Expand Up @@ -76,7 +76,7 @@ pymssql = { version = ">=2.2.5,<3", optional = true }
pydata-google-auth = { version = ">=1.4.0,<2", optional = true }
pydruid = { version = ">=0.6.5,<1", optional = true, extras = ["sqlalchemy"] }
pymysql = { version = ">=1,<2", optional = true }
pyspark = "<3.4"
pyspark = { version = ">=3,<4", optional = true }
# used to support posix regexen in the pandas, dask and sqlite backends
regex = { version = ">=2021.7.6", optional = true }
requests = { version = ">=2,<3", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ nbclient==0.8.0 ; python_version >= "3.10" and python_version < "4.0"
nbformat==5.9.2 ; python_version >= "3.10" and python_version < "4.0"
nest-asyncio==1.5.8 ; python_version >= "3.10" and python_version < "4.0"
nodeenv==1.8.0 ; python_version >= "3.9" and python_version < "4.0"
numpy==1.25.2 ; python_version >= "3.9" and python_version < "4.0"
numpy==1.23.5 ; python_version >= "3.9" and python_version < "4.0"
oauthlib==3.2.2 ; python_version >= "3.9" and python_version < "4.0"
oracledb==1.4.2 ; python_version >= "3.9" and python_version < "4.0"
oscrypto==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
packaging==23.2 ; python_version >= "3.9" and python_version < "4.0"
pandas==2.1.1 ; python_version >= "3.9" and python_version < "4.0"
pandas==1.5.3 ; python_version >= "3.9" and python_version < "4.0"
parso==0.8.3 ; python_version >= "3.9" and python_version < "4.0"
parsy==2.1 ; python_version >= "3.9" and python_version < "4.0"
partd==1.4.1 ; python_version >= "3.9" and python_version < "4.0"
Expand Down Expand Up @@ -210,7 +210,7 @@ tqdm==4.66.1 ; python_version >= "3.9" and python_version < "4.0"
traitlets==5.11.2 ; python_version >= "3.9" and python_version < "4.0"
trino[sqlalchemy]==0.327.0 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "4.0"
tzdata==2023.3 ; python_version >= "3.9" and python_version < "4.0"
tzdata==2023.3 ; python_version >= "3.9" and python_version < "4.0" and (platform_system == "Windows" or python_version >= "3.10") and (platform_system == "Windows" or platform_system == "Emscripten")
tzlocal==5.1 ; python_version >= "3.9" and python_version < "4.0"
urllib3==1.26.17 ; python_version >= "3.9" and python_version < "4.0"
virtualenv==20.24.5 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 117b91a

Please sign in to comment.