Skip to content

Commit

Permalink
UPD: environment.yml for conda
Browse files Browse the repository at this point in the history
- tarfile tar_filter only works with newer python versions
  • Loading branch information
rmatsuda committed Sep 25, 2024
1 parent 00e79df commit d064798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
- bioconda
dependencies:
- python==3.11
- python==3.11.10
- cython==3.0.10
- pillow==10.3.0
- pypubsub==4.0.3
Expand All @@ -12,7 +12,6 @@ dependencies:
- numpy==1.26.4
- psutil==6.0.0
- pyserial==3.5
- pytorch==2.3.1
- requests==2.32.3
- scipy==1.14.0
- vtk==9.3.0
Expand All @@ -33,6 +32,7 @@ dependencies:
- pypolaris==0.0.7
- scikit-image==0.24.0
- scikit-learn==1.5.0
- torch==2.3.1
- Trekker==0.9
- uvicorn[standard]==0.30.1
- wxPython==4.2.1
Expand Down

0 comments on commit d064798

Please sign in to comment.