Skip to content

Commit d0eda28

Browse files
committed
version control
1 parent 176b1ea commit d0eda28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: '3.8'
22+
python-version: '3.9' # Updated to 3.9
2323

2424
- name: Install dependencies
2525
run: |

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pyspellchecker # Used for checking and adding spelling variations
1010

1111
# Deep Learning Libraries
1212
torch # Required for training, if not already included
13+
numpy<1.22 # Adding numpy explicitly for Python 3.8 compatibility
1314

1415
# Reinforcement Learning and Hyperparameter Tuning
1516
ray[rllib] # For reinforcement learning and distributed PPO training

0 commit comments

Comments
 (0)