Skip to content

Commit 74ab02e

Browse files
committed
Remove all optional dependencies
1 parent 610d30d commit 74ab02e

File tree

1 file changed

+1
-39
lines changed

1 file changed

+1
-39
lines changed
Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pandas-dev-313
1+
name: pandas-dev-313-freethreading
22
channels:
33
- conda-forge
44
dependencies:
@@ -13,54 +13,16 @@ dependencies:
1313
- pytest>=7.3.2
1414
- pytest-cov
1515
- pytest-xdist>=3.4.0
16-
- pytest-localserver>=0.8.1
17-
- pytest-qt>=4.4.0
18-
- boto3
1916

2017
# required dependencies
2118
- python-dateutil
2219
- numpy
2320

2421
# optional dependencies
25-
- beautifulsoup4>=4.12.3
26-
- blosc>=1.21.3
27-
- bottleneck>=1.3.6
28-
- fastparquet>=2024.2.0
29-
- fsspec>=2024.2.0
30-
- html5lib>=1.1
3122
- hypothesis>=6.84.0
32-
- gcsfs>=2024.2.0
33-
- jinja2>=3.1.3
34-
- lxml>=4.9.2
35-
# No Python 3.13t wheel
36-
# - matplotlib>=3.8.3
37-
- numba>=0.59.0
38-
- numexpr>=2.9.0
39-
- odfpy>=1.4.1
40-
- qtpy>=2.3.0
41-
- pyqt>=5.15.9
42-
- openpyxl>=3.1.2
43-
- psycopg2>=2.9.6
44-
- pyarrow>=10.0.1
45-
- pymysql>=1.1.0
46-
- pyreadstat>=1.2.6
47-
- pytables>=3.8.0
48-
- python-calamine>=0.1.7
49-
- pytz>=2023.4
50-
- pyxlsb>=1.0.10
51-
- s3fs>=2024.2.0
52-
- scipy>=1.12.0
53-
- sqlalchemy>=2.0.0
54-
- tabulate>=0.9.0
55-
- xarray>=2024.1.1
56-
- xlrd>=2.0.1
57-
- xlsxwriter>=3.2.0
58-
- zstandard>=0.22.0
5923

6024
# Move Cython to build dependencies, once they release a version that supports freethreading
6125
- pip:
62-
- "adbc-driver-postgresql>=0.10.0"
63-
- "adbc-driver-sqlite>=0.8.0"
6426
- "tzdata>=2022.7"
6527
- "--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
6628
- "cython"

0 commit comments

Comments
 (0)