Skip to content

Commit

Permalink
update year 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
henrysky committed Jan 2, 2024
1 parent 500d09e commit 5f4bc39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Install dependencies
run: |
pip install torch~=${{ matrix.TORCH_VER }}
pip install keras>=3.0
pip install coveralls pydot graphviz pytest pytest-cov
pip install keras coveralls pydot graphviz pytest pytest-cov
pip install .
python -c "from astroNN.config import tf_patch; tf_patch()"
- name: Cache test data
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2017-2023 Henry Leung
Copyright 2017-2024 Henry Leung

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

# General information about the project.
project = 'astroNN'
copyright = '2017-2023 Henry Leung'
copyright = '2017-2024 Henry Leung'
author = 'Henry Leung'

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit 5f4bc39

Please sign in to comment.