Skip to content

Commit

Permalink
chore(dev-tools): remove unused dependencies in conda environment fil…
Browse files Browse the repository at this point in the history
…es (#8386)
  • Loading branch information
cpcloud authored Feb 19, 2024
1 parent 196d4b7 commit ed88d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions conda/environment-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ dependencies:
- filelock >=3.7.0,<4
- fsspec >=2022.1.0
- gcsfs
- geoalchemy2 >=0.6.3
- geopandas >=0.6
- google-cloud-bigquery >=3,<4
- google-cloud-bigquery-storage >=2,<3
- impyla >=0.17
- multipledispatch >=0.6,<2
- numpy >=1.15,<2
- oracledb >=1.3.1
- packaging >=21.3
Expand All @@ -36,8 +34,8 @@ dependencies:
- pyarrow-hotfix >=0.4
- pydata-google-auth
- pydruid >=0.6.5
- pymssql >=2.2.5
- pymysql >=1
- pyodbc >=4.0.39
- pyspark >=3
- python-dateutil >=2.8.2
- python-duckdb >=0.8.1
Expand All @@ -48,11 +46,6 @@ dependencies:
- rich >=12.4.4
- shapely>=2,<3
- snowflake-connector-python >=3.0.2
- snowflake-sqlalchemy >=1.4.1
- sqlalchemy <3,>=1.4
- sqlalchemy-risingwave >=1.0.0
- sqlalchemy-views <1,>=0.3.1
- sqlalchemy_exasol >=4.6.0
- sqlglot >=18.7.0,<=20.11
- toolz >=0.11
- trino-python-client >=0.321
Expand Down
9 changes: 1 addition & 8 deletions conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ dependencies:
- filelock >=3.7.0,<4
- fsspec >=2022.1.0
- gcsfs
- geoalchemy2 >=0.6.3
- geopandas >=0.6
- google-cloud-bigquery >=3,<4
- google-cloud-bigquery-storage >=2,<3
- impyla >=0.17
- multipledispatch >=0.6,<2
- numpy >=1.15,<2
- oracledb >=1.3.1
- packaging >=21.3
Expand All @@ -36,8 +34,8 @@ dependencies:
- pyarrow-hotfix >=0.4
- pydata-google-auth
- pydruid >=0.6.5
- pymssql >=2.2.5
- pymysql >=1
- pyodbc >=4.0.39
- pyspark >=3
- python >=3.10
- python-dateutil >=2.8.2
Expand All @@ -49,11 +47,6 @@ dependencies:
- rich >=12.4.4
- shapely >=2,<3
- snowflake-connector-python >=3.0.2
- snowflake-sqlalchemy >=1.4.1
- sqlalchemy <3,>=1.4
- sqlalchemy-risingwave >=1.0.0
- sqlalchemy-views <1,>=0.3.1
- sqlalchemy_exasol >=4.6.0
- sqlglot >=18.7.0,<=20.11
- toolz >=0.11
- trino-python-client >=0.321
Expand Down

0 comments on commit ed88d95

Please sign in to comment.