Skip to content

Commit

Permalink
Removing support for GIF animation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
safreita1 committed Aug 24, 2022
1 parent 1cc2c19 commit 5e6c9df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# Install Conda
- name: Install Conda
uses: s-weigand/setup-conda@v1
with:
activate-conda: false

# Display the Python version being used
- name: Display Python version
run: python -c "import sys; print(sys.version)"
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
from setuptools import find_packages, setup

# run "git tag <version>" and then "git push origin master <version> when releasing a package to PyPi
version = "0.2.4"
version = "0.2.5"

subprocess.run(['pip', 'install', 'install', 'Cython', 'datashader', 'scikit-image', 'tqdm', 'stopit', 'matplotlib',
'networkx', 'pillow', 'fa2', 'pytest'])

subprocess.run(['conda', 'install', 'ffmpeg'])
'networkx', 'pillow', 'fa2', 'ffmpeg-python', 'pytest'])

keywords = ["data-science",
"machine-learning",
Expand Down

0 comments on commit 5e6c9df

Please sign in to comment.