Skip to content

Commit 1c2d152

Browse files
committed
DEPS: replace pyperclip with pyclip pandas-dev#39834
1 parent bfd8922 commit 1c2d152

File tree

7 files changed

+5
-705
lines changed

7 files changed

+5
-705
lines changed

LICENSES/OTHER

-30
Original file line numberDiff line numberDiff line change
@@ -48,33 +48,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
4848
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4949
See the License for the specific language governing permissions and
5050
limitations under the License.
51-
52-
Pyperclip v1.3 license
53-
----------------------
54-
55-
Copyright (c) 2010, Albert Sweigart
56-
All rights reserved.
57-
58-
BSD-style license:
59-
60-
Redistribution and use in source and binary forms, with or without
61-
modification, are permitted provided that the following conditions are met:
62-
* Redistributions of source code must retain the above copyright
63-
notice, this list of conditions and the following disclaimer.
64-
* Redistributions in binary form must reproduce the above copyright
65-
notice, this list of conditions and the following disclaimer in the
66-
documentation and/or other materials provided with the distribution.
67-
* Neither the name of the pyperclip nor the
68-
names of its contributors may be used to endorse or promote products
69-
derived from this software without specific prior written permission.
70-
71-
THIS SOFTWARE IS PROVIDED BY Albert Sweigart "AS IS" AND ANY
72-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
73-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
74-
DISCLAIMED. IN NO EVENT SHALL Albert Sweigart BE LIABLE FOR ANY
75-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
76-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
77-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
78-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
79-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
80-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

environment.yml

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ dependencies:
101101
- pyarrow>=0.15.0 # pandas.read_parquet, DataFrame.to_parquet, pandas.read_feather, DataFrame.to_feather
102102
- python-snappy # required by pyarrow
103103

104-
- pyqt>=5.9.2 # pandas.read_clipboard
105104
- pytables>=3.5.1 # pandas.read_hdf, DataFrame.to_hdf
106105
- s3fs>=0.4.0 # file IO when using 's3://...' path
107106
- fsspec>=0.7.4 # for generic remote file operations

0 commit comments

Comments
 (0)