Skip to content

Commit

Permalink
Move adbc packages to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Feb 10, 2025
1 parent c3461c9 commit 39cdaf1
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions ci/deps/actions-310-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies:
- numpy=1.23.5

# optional dependencies
- adbc-driver-postgresql=0.10.0
- adbc-driver-sqlite=0.8.0
- beautifulsoup4=4.12.3
- blosc=1.21.3
- bottleneck=1.3.6
Expand Down Expand Up @@ -60,6 +62,4 @@ dependencies:
- zstandard=0.22.0

- pip:
- adbc-driver-postgresql==0.10.0
- adbc-driver-sqlite==0.8.0
- tzdata==2022.7
4 changes: 2 additions & 2 deletions ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -58,6 +60,4 @@ dependencies:
- zstandard>=0.22.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
6 changes: 2 additions & 4 deletions ci/deps/actions-311-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -68,10 +70,6 @@ dependencies:
- scikit-learn
- statsmodels
- coverage
- pandas-datareader
- pyyaml
- py
- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
5 changes: 3 additions & 2 deletions ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -58,5 +60,4 @@ dependencies:
- zstandard>=0.22.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
4 changes: 2 additions & 2 deletions ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -58,6 +60,4 @@ dependencies:
- zstandard>=0.22.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies:
- numpy<2

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- beautifulsoup4>=4.12.3
- blosc
- bottleneck>=1.3.6
Expand Down Expand Up @@ -116,7 +118,5 @@ dependencies:
- pygments # Code highlighting

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- typing_extensions; python_version<"3.11"
- tzdata>=2022.7
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ PyQt5>=5.15.9
coverage
python-dateutil
numpy<2
adbc-driver-postgresql>=0.10.0
adbc-driver-sqlite>=0.8.0
beautifulsoup4>=4.12.3
blosc
bottleneck>=1.3.6
Expand Down Expand Up @@ -84,7 +86,5 @@ feedparser
pyyaml
requests
pygments
adbc-driver-postgresql>=0.10.0
adbc-driver-sqlite>=0.8.0
typing_extensions; python_version<"3.11"
tzdata>=2022.7

0 comments on commit 39cdaf1

Please sign in to comment.