Skip to content

Commit

Permalink
revert temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-joshi committed Jun 18, 2024
1 parent 5dcc222 commit 97c03dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ repos:
- types-pyOpenSSL
- types-setuptools
- pytest
- numpy < 2.0.0
- numpy
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

PANDAS_REQUIREMENTS = [
f"snowflake-connector-python[pandas]{CONNECTOR_DEPENDENCY_VERSION}",
"numpy<2.0.0",
]
MODIN_REQUIREMENTS = [
*PANDAS_REQUIREMENTS,
Expand Down

0 comments on commit 97c03dc

Please sign in to comment.