Skip to content

Commit

Permalink
update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy committed Oct 16, 2023
1 parent 5e468f5 commit e63087a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml.save
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- name: Set up conda
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
mamba-version: "*"
# environment variables don’t persist between steps in a workflow, which breaks some things in Conda.
# Installing the environment’s packages into the base environment avoids this issue
activate-environment: base
Expand Down
1 change: 0 additions & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
- anaconda
- defaults
dependencies:
- libarchive
- gdal>=3.0.0
- pytorch
- torchvision
Expand Down
1 change: 0 additions & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def readme():
# distclass=BinaryDistribution,
ext_modules=[],
install_requires=[
"libarchive",
"torch",
"torchvision",
"tensorflow >= 2.13.0",
Expand Down

0 comments on commit e63087a

Please sign in to comment.