Skip to content

Commit

Permalink
Merge pull request #95 from IGNF/searborn-as-deps
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
CharlesGaydon committed Jan 2, 2024
2 parents 3e75a69 + 94df107 commit 88035f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG

### 3.6.0

### 3.6.1
- Set urllib3<2 for comet logging to function and add back seaborn for plotting optimal LR graph.

## 3.6.0
- Remove the "EPSG:2154" by default and use the metadata of the lidar file, unless a parameter is given.

### 3.5.2
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- rich # beautiful text formatting in terminal
- sh # for running bash commands in some tests
# - scikit-learn # used in some callbacks
# - seaborn # used in some callbacks
- seaborn # used in some callbacks
# - jupyterlab # better jupyter notebooks
- pudb # debugger
- pip:
Expand All @@ -44,6 +44,7 @@ dependencies:
- pytorch-lightning==1.5.9
- torchmetrics==0.7.* # Else, pytorch-lightning will install the latest
- comet_ml==3.31.*
- urllib3<2 # To solve for https://github.com/GeneralMills/pytrends/issues/591
# Wheels for torch-geometric optionnal dependencies
- https://data.pyg.org/whl/torch-1.11.0%2Bcu113/torch_cluster-1.6.0-cp39-cp39-linux_x86_64.whl
- https://data.pyg.org/whl/torch-1.11.0%2Bcu113/torch_scatter-2.0.9-cp39-cp39-linux_x86_64.whl
Expand Down
2 changes: 1 addition & 1 deletion package_metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__: "3.6.0"
__version__: "3.6.1"
__name__: "myria3d"
__url__: "https://github.com/IGNF/myria3d"
__description__: "Deep Learning for the Semantic Segmentation of Aerial Lidar Point Clouds"
Expand Down

0 comments on commit 88035f4

Please sign in to comment.