From 4aa6be6e55d50942e1df7f538f86c271094fa325 Mon Sep 17 00:00:00 2001 From: Tony031218 <975062472@qq.com> Date: Tue, 26 Jan 2021 22:57:32 +0800 Subject: [PATCH] add pycairo to env --- environment.yml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 5facc09a..b77113f9 100644 --- a/environment.yml +++ b/environment.yml @@ -25,4 +25,5 @@ dependencies: - validators - ipython - PyOpenGL + - pycairo diff --git a/requirements.txt b/requirements.txt index 3adf46ba..ec19df9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,5 @@ screeninfo pyreadline; sys_platform == 'win32' validators ipython -PyOpenGL \ No newline at end of file +PyOpenGL +pycairo \ No newline at end of file