Skip to content

Commit eff9fcc

Browse files
authored
📄 Update license date, minor formatting (#58)
1 parent 0e14a5a commit eff9fcc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# see https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/#a-simple-gitattributes-config
2-
31
* text=auto
2+
3+
# see https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/#a-simple-gitattributes-config

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ docs/source/notebooks/*.yaml
105105
# For example, "abc/**" matches all files inside directory "abc", relative to the location of the .gitignore file, with infinite depth.
106106
# - A slash followed by two consecutive asterisks then a slash matches zero or more directories.
107107
# For example, "a/**/b" matches "a/b", "a/x/b", "a/x/y/b" and so on.
108-
# - Other consecutive asterisks are considered regular asterisks and will match according to the previous rules.
108+
# - Other consecutive asterisks are considered regular asterisks and will match according to the previous rules.

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ build:
1515
tools:
1616
python: "mambaforge-4.10"
1717

18-
1918
python:
2019
install:
2120
- method: pip
22-
path: .
21+
path: .

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2023-2023, Safran
3+
Copyright (c) 2023-2025, Safran
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

conda_dev_env.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ dependencies:
1111
- pyyaml
1212
#---# mesh/graph libs
1313
- pycgns-core
14-
- muscat=2.4.1
1514
#---# SciML
1615
- scikit-learn
1716
- datasets >=3.0
1817
- numpy
1918
- matplotlib-base
2019
#---# data validation
2120
- pydantic
22-
##### DEV #####
21+
##### DEV/TESTS/EXAMPLES #####
22+
#---# mesh/graph libs
23+
- muscat=2.4.1
2324
#---# testing
2425
- pytest
2526
- pytest-cov

0 commit comments

Comments
 (0)