# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.

wordcloud==1.9.3
plotly==5.24.1
praw==7.6.1
pillow==12.1.1
pybase64==1.3.2

# Pin torch to the CPU wheel on Linux x86_64 to avoid the NVIDIA CUDA deps.
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.8.0+cpu ; platform_system == "Linux" and platform_machine == "x86_64"
torch==2.8.0 ; platform_system != "Linux" or platform_machine != "x86_64"

scikit-learn==1.5.0
transformers==4.57.3
boto3==1.40.53
scikit-image==0.25.2
