We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176b1ea commit d0eda28Copy full SHA for d0eda28
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v2
21
with:
22
- python-version: '3.8'
+ python-version: '3.9' # Updated to 3.9
23
24
- name: Install dependencies
25
run: |
requirements.txt
@@ -10,6 +10,7 @@ pyspellchecker # Used for checking and adding spelling variations
10
11
# Deep Learning Libraries
12
torch # Required for training, if not already included
13
+numpy<1.22 # Adding numpy explicitly for Python 3.8 compatibility
14
15
# Reinforcement Learning and Hyperparameter Tuning
16
ray[rllib] # For reinforcement learning and distributed PPO training
0 commit comments