2022-05-31 07:32:59 -04:00
|
|
|
# Copyright (C) 2020-2022 F4PGA Authors.
|
|
|
|
#
|
|
|
|
# Licensed 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.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2022-02-21 12:38:05 -05:00
|
|
|
name: f4pga-docs
|
2019-10-15 09:39:16 -04:00
|
|
|
channels:
|
|
|
|
- symbiflow
|
|
|
|
- conda-forge
|
|
|
|
- defaults
|
|
|
|
dependencies:
|
2019-10-01 06:35:54 -04:00
|
|
|
- cmake
|
2019-10-15 10:37:59 -04:00
|
|
|
- pygobject
|
2019-10-15 09:39:16 -04:00
|
|
|
- pip
|
|
|
|
- pip:
|
2022-03-08 20:11:44 -05:00
|
|
|
- -r requirements.txt
|