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.
2 parents 0e76ebb + c93eb5e commit dc1c3adCopy full SHA for dc1c3ad
.github/workflows/CI.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
- - '1.6'
+ - '1.9'
22
- '1'
23
- 'nightly'
24
os:
Project.toml
@@ -1,6 +1,6 @@
1
name = "ReinforcementLearningTrajectories"
2
uuid = "6486599b-a3cd-4e92-a99a-2cea90cc8c3c"
3
-version = "0.3.3"
+version = "0.3.4"
4
5
[deps]
6
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -20,7 +20,7 @@ ElasticArrays = "1"
MacroTools = "0.5"
OnlineStats = "1"
StackViews = "0.1"
-julia = "1.6"
+julia = "1.9"
DataStructures = "0.18"
25
StatsBase = "0.34"
26
0 commit comments